[JDEV] Jabber 1.2 linking warnings on Tru64 UNIX
Donn Cave
donn at u.washington.edu
Thu Nov 9 11:08:31 CST 2000
Quoth Tim Ferguson <tim.ferguson at cw.com>:
| I am getting the following warnings reported any ideas on how to fix it
| are greatly appreciated.
|
|
| gcc -g -I./ -I../ -I/usr/local/include -I/usr/local/include -I/usr/local/in
| clude -c xdb_file.c
| In file included from ../jabberd/jabberd.h:31,
| from xdb_file.c:31:
| /usr/local/include/pth.h:54: warning: redefinition of `socklen_t'
| /usr/local/include/pth.h:49: warning: `socklen_t' previously declared here
| gcc -g -I./ -I../ -I/usr/local/include -I/usr/local/include -I/usr/local/in
| clude -shared -o xdb_file.so
| xdb_file.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lxode -ljabbe
| r -lpth
| /bin/ld:
| Warning: Unresolved:
| debug_flag
| debug_log
| log_warn
You might try a compile flag "-expect_unresolved" if the warnings are
a problem. It doesn't change anything, just suppresses the errors.
Incidentally, I haven't been following the latest on this platform,
but if gcc is as good a compiler for the Alpha as DEC's cc, that's
a new development.
Donn Cave, donn at u.washington.edu
More information about the JDev
mailing list