Operating System - HP-UX
1834136 Members
2376 Online
110064 Solutions
New Discussion

/usr/lib/dld.sl: Unresolved symbol: RSCOC (code) from /usr/lib/RSC_commucation.sl Part2

 
ryuji katori
Occasional Contributor

/usr/lib/dld.sl: Unresolved symbol: RSCOC (code) from /usr/lib/RSC_commucation.sl Part2

Hello.
My name is Ryuji.Japanese.

In the matter of the title sent also on Friday last week, since it is unsolved, I will ask a question again.

Now,I am developing RSC/MP Commucation Java syatem.I am troubled, I'm not create Native C library.

C-Library compile (Compile OK)
$ cc -Ae +u4 +z +c -D_HPUX -D_POSIX_C_SOURCE=199506L -I/opt/java1.4/include -I/opt/java1.4/include/hp-ux RSC_communication.c

C-Library Linker (Execute OK)
$ ld -b -o libRSC_communication.sl RSC_communication.o

Run Java Program (Execute NG)(Dirctory:/home/matsuda/classes[CLASSPATH])
$ java RSC_logic_class
/usr/lib/dld.sl: Unresolved symbol: RSCOC (code) from /usr/lib/RSC_commucation.sl

SHLIB_PATH=/opt/oracle/product/9.2.0/lib32:/home/matsuda/classes:/usr/bin:/usr/contrib/bin:]

$ pwd
/home/matsuda/classes
$ ls -la *RSC_communication*
-rwxr-xr-x 1 matsuda jri 28672 6/28 10:04 libRSC_communication.sl

P.S.
I'm sorry, English skill is not high.