Remove the references to xmlwf from the Makefile. xmlwf is an application that uses expat to check xml files for well-formedness. You don't need it to use the expat library. expat should then build and install cleanly.
On Friday, January 25, 2002, at 10:38 AM, Jeremy Schwartz wrote: > I am trying to install Expat and I am getting the following error on > running > make: > > cd lib && make > make[1]: Nothing to be done for `all'. > cd xmlwf && make > cc -o xmlwf -static xmlwf.o xmlfile.o codepage.o unixfilemap.o > -L../lib/.libs -lexpat > /usr/bin/ld: can't locate file for: -lcrt0.o > make[1]: *** [xmlwf] Error 1 > make: *** [xmlwf] Error 2 > > > The path is as follows: > /Library/Perl/expat-1.95.2 > > TIA > --------------------------------------- > Jeremy Schwartz Starmark > Interactive Designer > [EMAIL PROTECTED] 954-761-1600 > >
