This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: UPDATE: grep problem
- From: Terry L Moore <tmoore at redwood dot rsc dot raytheon dot com>
- To: ebotcazou at libertysurf dot fr
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 29 Jun 2004 10:46:12 -0600 (MDT)
- Subject: Re: UPDATE: grep problem
- Reply-to: Terry L Moore <tmoore at redwood dot rsc dot raytheon dot com>
Eric,
Yes Sir, that is correct. I manually changed the grep command to ensure it
was pointing to what it should be pointing at.
I just went further by changing the grep command in the Makefile in the
libjava directory to the actual data that should be there "5:0:0". It failed.
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
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
This is exactly the same error I've been chasing. So I will look at all the
paths in the command, again. However, I did that yesterday and they were all
good. Do you have any other suggestions?
Terry
> From: Eric Botcazou <ebotcazou@libertysurf.fr>
> To: Terry L Moore <tmoore@redwood.rsc.raytheon.com>
> Subject: Re: UPDATE: grep problem
> Date: Tue, 29 Jun 2004 17:46:58 +0200
> Cc: gcc@gcc.gnu.org
>
> > I am at a loss on how to continue. Can someone suggest where to look
> > next?
>
> Not sure whether this can make a difference, but I don't see "/usr/bin/grep"
> in the Java makefiles, only bare "grep"s (this is on Solaris 9):
>
> poog% grep "grep" Makefile
> -version-info `grep -v '^\#' $(srcdir)/libtool-version`
> -version-info `grep -v '^\#' $(srcdir)/libtool-version`
> -version-info `grep -v '^\#' $(srcdir)/libtool-version`
> -version-info `grep -v '^\#' $(srcdir)/libtool-version`
> -version-info `grep -v '^\#' $(srcdir)/libtool-version`
>
> --
> Eric Botcazou