libtool
[Top][All Lists]
Advanced

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

Re: Absolute paths generated by libtool.


From: Ralf Wildenhues
Subject: Re: Absolute paths generated by libtool.
Date: Tue, 14 Nov 2006 18:05:40 +0100
User-agent: Mutt/1.5.13 (2006-11-01)

Hello Benoit,

* Benoit Sigoure wrote on Tue, Nov 14, 2006 at 05:35:03PM CET:
> 
> My final questions are: is this necessary on Windows? Can't you keep the
> relative path?

Not easily.

> What do you think about my weird setup mixing Cygwin/mingw/perl hooks?

Mixing Cygwin and MinGW is not such a good idea IME; it gets you into
numerous issues, some of which are quite subtle.  I think building under
plain MinGW works better if you want to avoid dependence on Cygwin's
libraries.  If you switch, be sure to further not rely on installed
libtool libraries (.la files) with paths in the other system's format.

> Are you aware of The Right Way of doing it when it
> comes to automated builds on Windows?

Install MinGW, install Charles' recent MinGW ports of the file command
and some others (posted on this list a couple of weeks ago), use that.
Try to consistenly use w32-style paths on MinGW with forward slashes,
and unix-like ones on Cygwin.

The more experienced w32 users on this list will be able to provide
better help.

Cheers,
Ralf




reply via email to

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