Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone used Source Navigator 5??

Status
Not open for further replies.

lawsoncs

Technical User
Oct 3, 2001
16
US
Hello, I am trying to use Red Hat's Source Navigator 5 for some MIL-STD assembly code. However, when I try to build my parser, I get the following errors symbols (and, yes, ALL of the libraries are available):
kgserv1% make TARGET=1750a
/opt/bin/gcc -o abrowser abrowser.o -L../../../../sdk/lib -lm -ldl -lfl -lsnptools -ldbutils -lpafdb -ltcl8.1 -lutils
Undefined first referenced
symbol in file
socket ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
getpeername ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
recv ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
gethostbyname ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
accept ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
send ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
bind ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
setsockopt ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
getservbyname ../../../../sdk/lib/libtcl8.1.a(tclIOSock.o)
gethostbyaddr ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
getsockopt ../../../../sdk/lib/libtcl8.1.a(tclIOSock.o)
inet_addr ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
inet_ntoa ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
getsockname ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
listen ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
connect ../../../../sdk/lib/libtcl8.1.a(tclUnixChan.o)
ld: fatal: Symbol referencing errors. No output written to abrowser
collect2: ld returned 1 exit status
make: *** [abrowser] Error 1

THANKS A BUNCH for all your help!!
 
You have all the libraries, are the paths to those libraries in your ld.so.conf file? did you run ldconfig to update everything?

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top