Library problems with Solaris 7

Hello,

I have some problems using the library with Solaris 7 (Sparc).
I first installed it and tried it with a simple program on
a PC with Linux, with success, and now I'd like to do exactly the
same thing on Sparc/Solaris 7.
I installed gcc and gnu make and still have the following problem:
when I compile a simple program (based on the eventloop.c example),
I get errors messages indicating undefined symbols:

XmlParseXmlDeclNS             /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlInitEncoding               /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlInitEncodingNS             /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlUtf8Encode                 /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlInitUnknownEncodingNS      /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlPrologStateInit            /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlInitUnknownEncoding        /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlParseXmlDecl               /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlGetUtf8InternalEncoding    /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlSizeOfUnknownEncoding      /usr/local/lib/libxmlparse.a(xmlparse.o)
XmlGetUtf8InternalEncodingNS  /usr/local/lib/libxmlparse.a(xmlparse.o)
ld: fatal

The program, based on eventloop.c, doesn't use xml (and worked fine
on Linux).
I don't know if it's the cause but when I compiled www-lib on Solaris,
I had some warning messages stating that the library needed
-lc, -lsocket, -lnsl and -ldl but that it could not find a shared
version of it (I don't remember such messages on Linux).
Any idea of the cause of the problem ?
if it's related to -lc, -lsocket, -lnsl and -ldl, how could I
find them somewhere (I don't even know what it is) ?

Thanks
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

Received on Friday, 13 October 2000 05:58:37 UTC