Hi,
I am trying to compile Licq on a Sparc/Solaris8 architecture. For some reason it fails to create one object - namely socket.o. I am using gcc 3.0.3, and I receive this error message: g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr/local\" -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DPIC -fPIC -I/usr/local/ssl/include/ -O2 -fno-exceptions -fno-check-new -c -o socket.o `test -f socket.cpp || echo './'`socket.cpp socket.cpp: In member function `bool INetSocket::OpenConnection()': socket.cpp:385: `connect' undeclared (first use this function) socket.cpp:385: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [socket.o] Error 1 Now, from what I've seen, all the includes are looking allright, but for some reason, the prototype of the connect() is not getting through. Any ideea of what's wrong with it? Thanks, Ino!~ PS: all the other sources in the src/ directory are compiling fine so this is the only one that fails for some really really obscure reason. _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel