This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: UPDATE: grep problem
- From: Tom Tromey <tromey at redhat dot com>
- To: Terry L Moore <tmoore at redwood dot rsc dot raytheon dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 29 Jun 2004 12:14:14 -0600
- Subject: Re: UPDATE: grep problem
- References: <200406291644.i5TGidbF008161@redwood.rsc.raytheon.com>
- Reply-to: tromey at redhat dot com
>>>>> "Terry" == Terry L Moore <tmoore@redwood.rsc.raytheon.com> writes:
Terry> So maybe I am chasing the wrong thing.
Yes...
Terry> libtool: link: link input file `' does not exist
Looking in libtool, this error occurs if the argument to
`-objectlist' does not exist.
Can you see whether
/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava/libgcj.objectlist
exists on your build machine?
If it does not, then we need to figure out why not.
BTW, what version of make are you using? It seems to be GNU make,
but I don't recall seeing version info.
Tom