On Sun, Mar 25, 2007 at 07:18:16PM +0200, Oliver Lange wrote:
> I'm trying to link a shared library against a shared library,
> using gcc/ld on Linux and with code like this:
This is really more of a linker question. Followups to
[EMAIL PROTECTED], please.
> Compiling the sourcecode above like t
Hello everyone,
I'm trying to link a shared library against a shared library,
using gcc/ld on Linux and with code like this:
//
//
// test.c (shared library sourcecode)
//
extern int unknown_function(int value);
int testfunc(void)
{
retur