libtool
[Top][All Lists]
Advanced

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

Re: paths on mingw


From: Tim Van Holder
Subject: Re: paths on mingw
Date: Wed, 1 Aug 2001 21:22:52 +0200

> Cygwin bash does not care and "a  mingw-compiled bash" is impossible since
> there's no fork(). It is also because mingw never wanted to be a posix
> emulation layer.

The lack of fork just makes it slightly more challenging (DJGPP also has no
fork(), but has a fully functional bash).  But I see your point.

I suppose libtool could include such a transformation (it's easy enough:
something like "sed s,/cygdrive/\(.\)/,\1:/,g" should do).  So please either
submit a patch, or point out the specific places where such a change would
be required.  I'm surprised this doesn't cause problems for configure
scripts as well.





reply via email to

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