ITEM: D7505L
Linker complaining about unresolved symbols.
Question:
I have a risc model 580, running 3.2.4 and I am having problems with
linker. The command that I used is "cc -Wl,-bnso,-bnodel,-
bI:libscall.exp-o objectfiles -lrts -lIm -liconv -lcurses -lm. After I
have executed this command I get several errors and the errors are :
> Unresolved symbols or undefine 0706-317.
> smsendbuff
> smcheckinit
> smsocket
> smconnect
> smwait
> smrcvbuff
> smgetbuff
I am trying to compile emax.
Response:
The symbols that you are looking for are in libX11.a. You can link in
these symbols using -lX11 on your compile command. They are only
available on 3.2.4 level of aix which contains X11R5 with the shared
memory transport. You can use "nm -v /usr/lib/libX11.a | grep smgetbuff"
to see if you have the symbols on your system.
Support Line: Linker complaining about unresolved symbols. ITEM: D7505L
Dated: September 1993 Category: N/A
This HTML file was generated 99/06/24~13:30:55
Comments or suggestions?
Contact us