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> [titanium:powerpc-apple-darwin5.2/libjava/.libs] andreast% ar -t
Andreas> libgcj.a | grep Attributes.o
Andreas> Attributes.o
Andreas> Attributes.o
Andreas> BasicAttributes.o
There should be 3 files named `Attributes.o' -- they are
from java/util/jar/, org/xml/sax/, and javax/naming/directory/.
So now you need to find out why one is missing.
Tom