Hi all

I can't get rid of some problems with libpisock while compiling
pilot-link 0.9.5.

'configure' worked fine without nagging but during 'make' some
warnings show up:

gcc -I../include -I./../include -g -O2 -Wall -c -fPIC -DPIC util.c
util.c: In function `convert_ToPilotChar':
util.c:63: warning: passing arg 2 of `libiconv' from incompatible
pointer type
util.c: In function `convert_FromPilotChar':
util.c:104: warning: passing arg 2 of `libiconv' from incompatible
pointer type

And I guess that's the reason for the following problem with
libpisock:

gcc -I./include -I./include -g -O2 -Wall
 -DLIBDIR=\"$HOME/local/lib\"
 addresses.o -Wl,--rpath -Wl,$HOME/local/lib
libsock/.libs/libpisock.so getopt.o getopt1.o -o .libs/addresses -lm
libsock/.libs/libpisock.so: undefined reference to `libiconv_open'
libsock/.libs/libpisock.so: undefined reference to `libiconv_close'
libsock/.libs/libpisock.so: undefined reference to `libiconv'
collect2: ld returned 1 exit status
make: *** [addresses] Error 1


Any suggestions on that?

Thanks,
                         Grischa

_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to