This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: possible libtool bug blocking builds of Cygwin setup.exe


On 2013-04-13 02:31, Shaddy Baddah wrote:
> Hi Peter,
> 
> On 13/04/13 09:15, Peter Rosin wrote:
> </snip>
>>> Have I stumbled on a real problem?
>>
>> This all sounds suspiciously like libtool bug 14022, where the reporter
>> had confused --build and --host. How did you run configure?
>>
> 
> 
> I'm emulating what is in setup/bootstrap.sh:
> 
> $ ../cygwin-setup/configure --build="i686-pc-mingw32" --host="i686-pc-mingw32" -C

Since you had POSIX paths with a distinct Cygwin touch, I guess we can
stop blaming Libtool. You are apparently cross-compiling from Cygwin to
MinGW and should drop your --build argument and thus let config.guess
do its thing. I.e. stop lying to configure.

Or build with MSYS where the above --build and --host are true.

I guess the bootstrap script also needs some love if you have read it
right. I haven't read it at all.

> Earlier to that, I did the following on a fresh cvs checkout:
> 
> $ env NOCONFIGURE=1 ./bootstrap.sh
> $ mkdir -p ../cygwin-setup-build/
> $ cd ../cygwin-setup-build/
> 

Cheers,
Peter


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]