Forum Moderators: bakedjake

Message Too Old, No Replies

Symbol referencing errors

during software installation

         

LeshanShui

5:34 pm on Oct 29, 2003 (gmt 0)

10+ Year Member



Guys:

I was installing a software in my account on Solaris. When I executed make, I got the following error message:

ld: fatal: Symbol referencing errors. No output written to ~/bin/sparc.

Does anyone have instructions?

Thanks.

Paul

bcolflesh

5:41 pm on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think that means you are missing files or libraries required by the install - did you check the dependancies?

bakedjake

5:42 pm on Oct 29, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Give us the output error of the compiler, and the name/version of the software you're trying to compile.

LeshanShui

6:54 pm on Oct 29, 2003 (gmt 0)

10+ Year Member




I was trying to download blatSuite24.zip from
[soe.ucsc.edu...]

output is following:

gcc -ggdb -o /udd/paul/bin/sparc/gfServer gfServer.o ../lib/sparc/jkOwnLib.a ../lib/sparc/jkweb.a -lm
Undefined first referenced
symbol in file
inet_ntop ../lib/sparc/jkweb.a(internet.o)
getsockopt ../lib/sparc/jkweb.a(net.o)
socket ../lib/sparc/jkweb.a(net.o)
listen ../lib/sparc/jkweb.a(net.o)
bind ../lib/sparc/jkweb.a(net.o)
accept gfServer.o
gethostbyname ../lib/sparc/jkweb.a(internet.o)
h_errno ../lib/sparc/jkweb.a(internet.o)
inet_pton ../lib/sparc/jkweb.a(internet.o)
setsockopt ../lib/sparc/jkweb.a(net.o)
connect ../lib/sparc/jkweb.a(net.o)
ld: fatal: Symbol referencing errors. No output written to /udd/paul/bin/sparc/gfServer
collect2: ld returned 1 exit status
make: *** [gfServer] Error 1