libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mingw libtool problem


From: Maciek Godek
Subject: Mingw libtool problem
Date: Tue, 22 Apr 2008 15:22:46 +0200

Hi,
I've been trying to build guile (v. 1.8.4) scheme interpreter under
mingw-win32. I'm using libtool-1.5.8. During compilation, I get
the following error message:

make[3]: Entering directory `/home/maciek/guile-1.8.4/libguile'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..    -g -O2 -Wall
-Wmissing-prototypes -Werror -MT guile-guile.o -MD -MP -MF
.deps/guile-guile.Tpo -c -o guile-guile.o `test -f 'guile.c' || echo
'./'`guile.c
mv -f .deps/guile-guile.Tpo .deps/guile-guile.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall
-Wmissing-prototypes -Werror -dlpreopen force   -o guile.exe
guile-guile.o libguile.la -lgmp -lws2_32 -lm -lltdl
libtool: link: not configured to extract global symbols from dlpreopened files
gcc -g -O2 -Wall -Wmissing-prototypes -Werror @SYMFILE@ -o guile.exe
guile-guile.o -Wl,--export-dynamic  ./.libs/libguile.a -lgmp -lws2_32
-lltdl
gcc.exe: @SYMFILE@: No such file or directory

Do you know how any workaround for that?
(ie. how to configure libtool to extract global symbols from dlpreopened files)

Please help!
Best regards,
Maciek Godek




reply via email to

[Prev in Thread] Current Thread [Next in Thread]