Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 1999 00:08:58 +0700 (NSS)
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        Andrew Iltchenko <andrey@agama.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Dynamic linking
Message-ID:  <Pine.BSF.4.05.9907060008100.52310-100000@iclub.nsu.ru>
In-Reply-To: <3780AEB2.206160E0@agama.com>

next in thread | previous in thread | raw e-mail | index | archive | help
hi, there!

On Mon, 5 Jul 1999, Andrew Iltchenko wrote:

> Is there a way of making dlopen return an error from the shared object's
> _init function?
> Thanks.

You can do this by yourself by defining something like
int _module_init()
and calling it after dlopen'inig the object

/fjoe



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9907060008100.52310-100000>