Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Authentication-Warning: cederic.pharmadm.com: Host IDENT:henkv AT derma DOT pharmadm DOT com [192.168.93.1] claimed to be pharmadm.com Message-ID: <3B4DCF22.24D9BB4A@pharmadm.com> Date: Thu, 12 Jul 2001 18:24:02 +0200 From: Henk Vandecasteele Organization: PharmaDM X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: dlopen/dlsym without cygwin.dll Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear, is there a way to use dynamic loading at runtime without using cygwin.dll ( gcc -mno-cygwin)? ( So the library is not linked at startup, but while running usualy initiated by the user of the program.) I've looked around and I do not see many options. When linking the linker complains that dlopen, dlsym, dlerror are unresolved symbols. Is there a library, like wsock32 for sockets, that provides these or an (easy ;-) ) alternative ? Regards, Henk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/