* 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


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

Reply via email to