Jean-Pierre ChrÃtien <[EMAIL PROTECTED]> writes: > > Hi everybody, > > I tried a full compilation of lyx-devel on Solaris-Sparc 8. > > The compilation chunks on the lyx client with this: > ld: warning: file > /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/../../libstdc++.so: linked to > /usr/local/lib/./libstdc++.so: attempted > multiple inclusion of file > Undefined first referenced > symbol in file > __xnet_connect client.o > __xnet_socket client.o > ld: fatal: Symbol referencing errors. No output written to lyxclient > > Does this come from the multiple loading of libstdc++.so ? > What library is missing ? > I always compiled the releases from source without problem.
My Unix admin pointed out the problem: it works with gmake LD_OPTIONS="-lsocket -lnsl" It seems that the configure script created by autogen.sh does not require these libraries. Something to be edited in autogen.sh ? -- Jean-Pierre