[JDEV] server installation

Michael D. Johnson mike_johnson at credence.com
Fri Jan 21 17:18:14 CST 2000


The following is as far as I've gotten by 3 pm today.
The majority of unresolved unlinked symbols in the module common are
comming from socket.c and snprintf.c  
I had to explicitely resolve the libsocket.so and libnsl.so by hand with
libtool. so you will probably want to make that change in the makefile.

Mike
% libtool gcc -g -O -o commonlib.so *.lo -export-dynamic -module
/usr/lib/libsocket.so /usr/lib/libnsl.so
> rm -f .libs/commonlib.so.nm .libs/commonlib.so.nmT
> creating .libs/commonlib.soS.c
> (cd .libs && gcc -c -fno-builtin "commonlib.soS.c")
> gcc -g -O -o commonlib.so expat.o hashtable.o jid.o jpacket.o pool.o snprintf.o socket.o str.o xmlnode.o xmlparse.o xmlrole.o xmltok.o .libs/commonlib.soS.o -module /usr/lib/libsocket.so /usr/lib/libnsl.so
> Undefined                       first referenced
>  symbol                             in file
>  dprintf                             snprintf.o
>  tTd                                 snprintf.o
>  main                              /csc/tools/gnu/solaris_2.5.1/stow/gcc-2.8.1/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/crt1.o
> ld: fatal: Symbol referencing errors. No output written to commonlib.so




More information about the JDev mailing list