| Subject: | Shared Library in C,C++,PRO *C |
|---|---|
| From: | "chets" |
| Date: | 21 Jul 2006 01:54:36 -0700 |
| Newsgroups: | gnu.gcc.help |
Hi all
I created a shared library for a PRO *C program abc.pc as abc.so. I
want to use function fun() written inside this program using
dlopen(),dlsym() etc in another program test.c working on linux.Then at
dlsym it gives me dlerror() saying "./test: undefined symbol: fun".
Probably it is not able to resolve the symbol name "fun" from the
shared library.Hence if possible help me to resolve this problem.
Thanks
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: build trouble - gcc-4.1.1 on Solaris 10, Dave (from the UK) |
|---|---|
| Next by Date: | Re: build trouble - gcc-4.1.1 on Solaris 10, "Thommy M. Malmström" |
| Previous by Thread: | Passing global variable to assembly, nono240 |
| Next by Thread: | Re: Shared Library in C,C++,PRO *C, Michael Mair |
| Indexes: | [Date] [Thread] [Top] [All Lists] |