This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

dlopen() and libtool problems


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]