This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: UPDATE: grep problem


Terry L Moore <tmoore@redwood.rsc.raytheon.com> writes:

>      So maybe I am chasing the wrong thing.  Here is the latest error:
>      
> make[5]: Entering directory 
> `/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava'
> Creating list of files to link...
> /bin/ksh ./libtool --tag=CXX --mode=link /usr/local/gcc/gcc/xgcc -shared-libgcc 
> -B/usr/local/gcc/gcc/ -nostdinc++ 
> -L/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/src 
> -L/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/src/.libs 
> -B/usr/local/sparc-sun-solaris2.8/bin/ -B/usr/local/sparc-sun-solaris2.8/lib/ 
> -isystem /usr/local/sparc-sun-solaris2.8/include -isystem 
> /usr/local/sparc-sun-solaris2.8/sys-include  -m64 
> -L/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava -g -O2  -m64 -m64 -o 
> libgcj.la -objectlist libgcj.objectlist \
> ../boehm-gc/libgcjgc_convenience.la ../libffi/libffi_convenience.la 
> ../zlib/libzgcj_convenience.la \
> -rpath /usr/local/lib/sparcv9 -rpath /usr/local/lib/sparcv9  -lpthread -lrt 
> ./libltdl/libltdlc.la  -version-info 5:0:0 
> libtool: link: link input file `' does not exist

Could you please rerun the command line with `/bin/ksh -x'?  The only
occurrence of this error message in the libtool script is in the place
that handles -objectlist, where $arg should be set to `libgcj.objectlist'.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]