Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20030113083002.A16767@CS.CMU.EDU> Date: Mon, 13 Jan 2003 08:30:03 -0500 From: Bhiksha Raj To: cygwin AT cygwin DOT com Subject: dlopen() and libtool problems References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Igor Pechtchanski on Sun, Jan 12, 2003 at 10:40:48AM -0500 Hi All, Im trying to compile guile-1.4.1 on my windows98+cygwin box. Ive installed all the latest libtool and auto-make utils. I run ./configure and get the following message (among others) "checking command to parse /usr/bin/nm -B output: failed" configure does find dlopen(), though. When I try to make the guile-1.4.1 package make dies with the following messages: ------- libtool: link warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support. libtool: link: not configured to extract global symbols from dlreopened files gcc -g -O2 -Wall -Wmissing-prototypes -o guile.exe guile.o -Wl,--export-dynamic ./.libs/libguile.a .libs/libimp-cygltdl-3.a guile.o(.text+0x38): In function `main': /c/users/bhiksha/tmp/guile/guile-1.4.1/libguile/guile.c:74: undefined reference to `_lt_preloaded_symbols' Info: resolving _h_errno by linking to __imp__h_errno (auto-import) collect2: ld returned 1 exit status make[2]: *** [guile.exe] Error 1 -------- I gather this is something to do with libtool(_lt_preloaded_symbols_ is from libtool I think), but Im not sure how to proceed. Any help would be greatly appreciated. Many thanks, Bhiksha -- 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/