Home »
Public Forums »
archive »
Call_External and referenced symbol not found
Call_External and referenced symbol not found [message #30697] |
Thu, 09 May 2002 09:07 |
Todd David halter[1]
Messages: 4 Registered: May 2002
|
Junior Member |
|
|
I made a mistake in my initial post. The function that is giving me
trouble is in libsocket.a. From my so file (zlog.so) I am calling the
function usy_init () which is located is libsocket.a, which is located in
/usr/lib. The way I am compiling it is:
cc -g -G -K pic -xarch=v9 -I/apps/base/rsi/idl_5.4/external -c zlog.c -o
obj/zlog.o
cc -B static -G -K pic -xarch=v9 -L/usr/lib -lsocket -o zlog.so
obj/zlog.o
The v9 tell it to create 64bit code not 32bit. I am still getting the
same error. I will keep playing with it, but if anyone can see what I am
doing wrong please let me know. Thanks.
Todd
|
|
|
Current Time: Wed Oct 08 16:50:00 PDT 2025
Total time taken to generate the page: 0.00530 seconds