This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
linking question
- From: Karsten Fuhrmann <karsten_fuhrmann at cartoon-film dot de>
- To: binutils at sources dot redhat dot com
- Date: Tue, 21 Dec 2004 16:59:22 +0100
- Subject: linking question
Hello,
I want to compile a c program with both static and dynamic linking in
the same program, e.g. i want to link against LIB_A static but against
LIB_B shared.
I dicovered the static and dy options in ld but it seems to me that it
is only possible to link at whole static or dynamic, but not mixed.
Greetings,
Karsten Fuhrmann