This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj cross compile.. libgcj.so missing.
- From: Tom Tromey <tromey at redhat dot com>
- To: Tom Rathbone <tom dot rathbone at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 31 May 2005 18:50:45 -0600
- Subject: Re: gcj cross compile.. libgcj.so missing.
- References: <777da174050531102979abceb8@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Rathbone <tom.rathbone@gmail.com> writes:
Tom> I just tried to compile a version (4.0.0) of gcc including gcj to
Tom> target arm-unknown-linux-gnu.
I don't recall trying a host-x-host build of libgcj before.
Maybe Anthony has done this?
Tom> If i look at the build directory I can see a directory called .libs/
Tom> (build-gcc/arm-unknown-linux-gnu/libjava/.libs) containing invalid
Tom> links called libgcj.so and libgcj.so.6 pointing to libgcj.so.6.0.0
Tom> which doesn't exist.. there is however a file called libgcj.so.6.0.0U
Sounds like libtool got confused or something like that.
I'm curious whether libstdc++ was built and installed correctly.
Tom