libtool
[Top][All Lists]
Advanced

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

Re: questions about DLLs built with libtool - multiple outputfiles...


From: Brian Dessent
Subject: Re: questions about DLLs built with libtool - multiple outputfiles...
Date: Wed, 19 Jul 2006 14:23:05 -0700

Ed Hartnett wrote:

>  ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC="gcc
>  -no-cygwin"

This is a typo, you want "-mno-cygwin" not "-no-cygwin".

> But when searching for a compiler, it tells me this:
> 
> checking for i686-pc-mingw32-xlc... gcc -no-cygwin
> 
> What is this i686-pc-mingw32-xlc business?

That would appear to be libtool or autoconf searching for a working C
compiler, since "gcc -no-cygwin" probably gave an error about incorrect
parameters.  But that's just a wild guess.

Brian




reply via email to

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