This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

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.



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