This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: win32: Why exports of JNI_* symbols from _exe_ files
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> "LIBGCJ_IS_A_DLL" should be replaced with whatever
Ranjit> we #define when libgcj is built as a DLL (is there
Ranjit> anything like this?).
If there is, libtool would be defining it.
Maybe -DPIC, but that seems pretty suspect.
Do we ever build libgcj as a DLL? I thought Anthony had made that
work once, but that the code wasn't in cvs.
Tom