libtool
[Top][All Lists]
Advanced

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

Re: Mingw libtool problem


From: Ralf Wildenhues
Subject: Re: Mingw libtool problem
Date: Tue, 22 Apr 2008 19:20:49 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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




reply via email to

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