On Thu, 25 Sep 2003 [EMAIL PROTECTED] wrote:
>
> Libtool, when used from cygwin, creates paths in
> cygwin format, e.g., /cygdrive/c/libs/libfoo.la.
>
> The MinGW tools require paths to be in windows/dos
> format, e.g., c:/libs/libfoo.la.
>
> Is it somehow possible to make libtool generate
> paths in the required format?

Yes. Use the MSYS environment with MinGW and the paths will be fixed
up automatically. :-)

I have a shell script which converts Unix paths to Windows paths under
Cygwin & MinGW if you are interested.

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to