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]

Does not exist error during libjava compile in gcc


HI,
    Well, I've put down most of the daemons that raised their ugly heads, but 
this one has me stumped.  I'm getting this 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 `/usr/bin/grep -v '^#' 
/export/home/gnu/gcc-3.4.0/libjava/libtool-version ` 
libtool: link: link input file `' does not exist
make[5]: *** [libgcj.la] Error 1
make[5]: Leaving directory `/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/usr/local/gcc/sparc-sun-solaris2.8/libjava'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/usr/local/gcc/sparc-sun-solaris2.8/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/usr/local/gcc'
make: *** [bootstrap] Error 2


from config.status:
# /export/home/gnu/gcc-3.4.0/configure  --with-tune=ultrasparc 
--with-gcc-version-trigger=/export/home/gnu/gcc-3.4.0/gcc/version.c


     I did change the nm used in the config.cache to use the solaris one.  Also, 
I had to specify the gnu make with the full path when I did the "<fullpath>/make 
bootstrap"

     The first time this particular error occured, I tried putting the full path 
for grep in the Makefile and also adding a space to the end of the ` call.  As 
you can see, neither one helped.  

    Can you suggest what I might try next?  Thanks!
                    Terry


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