Re: line mode browser and expat

Henrik write (in reply to me):
>
> >     2.  Assume that I do want to link with expat, why am I getting
> >         these messages?  If I go to
> >             w3c-libwww-5.2.6/modules/expat/xmltok/.libs
> >         and perform
> >             nm libxmltok.a | grep T
> >         I do see entries like
> >             00001048 T XmlPrologStateInit
> >             ...
> >             0000ae64 T XmlUtf8Encode
> >         which means the unresolved routines do exist.  Is something
> >         wrong with my make (which was autogenerated)?
>
> I found that I had to change the order in which the libraries are linked
> - apparently the dependencies are picked out backwards. The new line
> mode browser makefile [3] should take this into account - please try it
> out:
>
> Henrik

Yes, the new Makefile.am (with PICS-client addition) works.
The Makefile.am from the 5.2.6 tarball also works when libxmlparse.la
precedes libxmltok.la.

Thanks,

--Rick Kwan
  rick.kwan@lightsaber.com

Received on Tuesday, 13 April 1999 22:02:27 UTC