libtool
[Top][All Lists]
Advanced

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

Re: Cygwin List O' Issues...[make install DESTDIR=]


From: Earnie Boyd
Subject: Re: Cygwin List O' Issues...[make install DESTDIR=]
Date: Thu, 31 Oct 2002 07:51:20 -0500
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826

Charles Wilson wrote:


Also, since this is probably an 'is_absolute' check, it should really be
[\\/]* | ?:[\\/]* )  (cfr the File System Conventions chapter in
the autoconf manual's portability section).



This part won't work. It's possible we need a separate case for A:style paths. Because the rest of the patch does:

+           add_dir="-L$inst_prefix_dir$libdir $add_dir"

E.g. prepend the inst_prefix. But A:/inst_prefix/A:/usr/lib is NOT a valid path; for A:style paths you'd need to strip the drive specifier from $libdir before prepending $inst_prefix...

Help solicited...


IMO, it's not worth supporting. A requirement of libtool and other autotools is a POSIX shell, so ...

Earnie.





reply via email to

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