This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ libtool lossage
Alexandre Oliva wrote:
>It has the unfortunate (?) side effect that the two
>programs linked in libjava, rmic and rmiregistry, are now explicitly
>linked with the shared libgcc, instead of only inheriting that from
>libgcj
>
Thats not a problem. gcj implicitly links shared libgcc anyway. In fact
it used to be that libgcj was not linked against libgcc (because libtool
linked it using "gcc", and didnt pass the -shared-libgcc flag), but it
didnt matter because all Java binaries were.
regards
Bryce.