libtool
[Top][All Lists]
Advanced

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

Re: Libtool woes


From: Ralf Wildenhues
Subject: Re: Libtool woes
Date: Sat, 18 Aug 2007 10:48:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* Brian Dessent wrote on Fri, Aug 17, 2007 at 09:49:48PM CEST:
> Jason Curl wrote:
> 
> > lib -OUT:.libs/libtp.lib  version.o
> > ../libtool: line 5973: lib: command not found
> 
> I'm not sure why it's trying to use lib here, that seems wrong if you're
> using gcc/binutils.  Possibly a configure problem?

Hmm.  libtool.m4 sets this on mingw when $GCC is not yes, or it
otherwise thinks the linker isn't the GNU binutils one.  Can you
find out why/where it does that?  If config.log doesn't make it
clear, then you may have to run
  /bin/sh -x configure [...]  >log 2>&1

and search in log for 'GCC=' or 'with_gnu_ld'.

Hope that helps.

Cheers,
Ralf




reply via email to

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