This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Some runtime issues...
- From: "Venkatakrishnan, V" <v dot venkatakrishnan at channels dot usa dot xerox dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 24 Oct 2002 10:26:25 -0400
- Subject: Some runtime issues...
Hi,
I've built this application on my HPUX 11.0 box using gcc 3.2 in
which I've linked to some 3rd party libraries (.sl) using -L and the -l
switches.
When I run the application, I get the following error....
/usr/lib/dld.sl: Unresolved symbol: __shlinit (code) from
/opt/OV/lib/libov.3
Now this library libov.3 does exist in a path /opt/OV/lib, do I need
to link to this as well?? I've already linked to something called libov.sl.
Why exactly is this error coming, is there a way I can tell gcc to link to
these libs viz. libov.1, libov.2, libov.3 as well, coz. the -l option
requires that these files have a .sl extension which they don't.
Regards,
Venky