Hi Maciek,

* Maciek Godek wrote on Tue, Apr 22, 2008 at 03:22:46PM CEST:
> 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:

> /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

Interesting.  I suppose it didn't set NM properly (or global_symbol_pipe
is empty for some reason).  Please look at
  ../libtool --config

for these two variables (or just post the whole thing).  Also check
./configure output and config.log for things that look unusual.

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to