[JDEV] Basic (No Doubt) Solaris Configuration Issues w/ 0.9.. .
Jack, Adam
AJack at neonsoft.com
Wed Apr 19 18:43:31 CDT 2000
Thanks Dave. I started with the -prefix flag (set to my $HOME/local) so that
is not it. Also -- I do remember the adns pain, that was the tough one from
last time. :-)
This time I see (when I finally figured out there is a configure log) that I
get a link error. All (with the exception of mcount) are sockets and go away
when I hack in -lsocket -lnsl --- I now just have to go find mcount....
(BTW: uname -a -> SunOS calvin 5.6 Generic_105181-14 sun4u sparc
SUNW,Ultra-4)
Thanks for the help...
regards
Adam
----------------------------------------------------------------------------
------------
configure:1905: checking for xmlnode_new_tag in -lxode
configure:1924: gcc -o conftest -g -O2 conftest.c -lxode
-L/home/ajack/local/lib 1>&5
Undefined first referenced
symbol in file
socket /home/ajack/local/lib/libxode.so
bind /home/ajack/local/lib/libxode.so
setsockopt /home/ajack/local/lib/libxode.so
mcount /home/ajack/local/lib/libxode.so
connect /home/ajack/local/lib/libxode.so
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 1913 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char xmlnode_new_tag();
int main() {
xmlnode_new_tag()
; return 0; }
More information about the JDev
mailing list