This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: link problems under darwin5.2
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> Could it be that the --disable-shared has something to do with?
I doubt that is the problem.
Andreas> -rw-r--r-- 1 andreast staff 346 Jan 2 19:18 Attributes.lo
Andreas> -rw-r--r-- 1 andreast staff 38760 Jan 2 19:18 Attributes.o
Does `nm' on the .o file show the symbols in question?
How exactly is the link being done?
Tom