Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 17:49:57 -0400
From:      Mikhail Teterin <mi+mx@aldan.algebra.com>
To:        questions@FreeBSD.org
Subject:   shared libraries calling into static ones
Message-ID:  <200207301749.57610.mi%2Bmx@aldan.algebra.com>

next in thread | raw e-mail | index | archive | help
Hi!

Is such a thing supposed to be possible? I'm trying to build
a shared libary, that needs a few functions from another library,
which is only available in static form -- without sources.

The thing links, and can be loaded at run-time, but all calls
to the foreign (static) library end up (according to gdb) in the
__cleanup() function of my own lib :-(

How should I do it, if it is possible at all? Thanks a lot!

(This is July 16th -current, if it matters).

	-mi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207301749.57610.mi%2Bmx>