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]

update: Does not exist error during libjava compile in gcc


Hi all,
     Perhaps this is instructive.  It appears that I am missing a "gcc" in the 
paths of some of these arguments:
     
 /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 

here is what I found:

# for FIL in `cat /tmp/junk`
> do
>     ls -ald $FIL
> done
-rwxr-xr-x   1 root     other     541164 Jun 28 09:02 /usr/local/gcc/gcc/xgcc
drwxr-xr-x  13 root     other       9216 Jun 29 08:23 /usr/local/gcc/gcc/
drwxr-xr-x   3 root     other       3072 Jun 28 09:25 
/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/src
drwxr-xr-x   2 root     other       1536 Jun 28 09:25 
/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/src/.libs
/usr/local/sparc-sun-solaris2.8/bin/: No such file or directory
/usr/local/sparc-sun-solaris2.8/lib/: No such file or directory
/usr/local/sparc-sun-solaris2.8/include: No such file or directory
/usr/local/sparc-sun-solaris2.8/sys-include: No such file or directory
drwxr-xr-x  15 root     other       1536 Jun 28 12:11 
/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava
libgcj.la: No such file or directory
libgcj.objectlist: No such file or directory
-rw-r--r--   1 root     other        704 Jun 28 10:07 
../boehm-gc/libgcjgc_convenience.la
-rw-r--r--   1 root     other        698 Jun 28 09:54 
../libffi/libffi_convenience.la
-rw-r--r--   1 root     other        701 Jun 28 10:04 
../zlib/libzgcj_convenience.la
/usr/local/lib/sparcv9: No such file or directory
/usr/local/lib/sparcv9: No such file or directory
-rw-r--r--   1 root     other        742 Jun 28 10:37 ./libltdl/libltdlc.la
# 

Also, I tried the make -d as was suggested. MUCH more information going by.  But 
the end result is that as Tom Tromey says, 
"/usr/local/gcc/sparc-sun-solaris2.8/sparcv9/libjava/libgcj.objectlist" does not 
exist.  
     

     Now the questions I have are, "Did I do something wrong?" and "How should I 
fix this?"    
              Thanks for everyone's help,
                          Terry


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