libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] msvc: eliminate spaces in the library search path.


From: Peter Rosin
Subject: Re: [PATCH] msvc: eliminate spaces in the library search path.
Date: Tue, 21 Sep 2010 10:20:00 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Den 2010-09-21 09:37 skrev Peter Rosin:
> I know it's late for the release, but I'd like to squeeze this one in
> too, if at all possible. After all, it doesn't affect anything but MSVC.
> 
> With the patch, I get
> 
> sys_lib_search_path_spec="/c/PROGRA~1/MID05A~1/VC/ATLMFC/LIB 
> /c/PROGRA~1/MID05A~1/VC/LIB /c/PROGRA~1/MID05A~1/VC/PLATFO~1/lib 
> /c/PROGRA~1/MID05A~1/SDK/v2.0/lib"
> 
> on MSYS/MSVC, and
> 
> sys_lib_search_path_spec="/cygdrive/c/PROGRA~1/MID05A~1/VC/ATLMFC/LIB 
> /cygdrive/c/PROGRA~1/MID05A~1/VC/LIB 
> /cygdrive/c/PROGRA~1/MID05A~1/VC/PLATFO~1/lib 
> /cygdrive/c/PROGRA~1/MID05A~1/SDK/v2.0/lib"
> 
> on Cygwin/MSVC, which is a whole lot better than what was there before,
> namely this for both
> 
> sys_lib_search_path_spec="C:\Program Files\Microsoft Visual Studio 
> 8\VC\ATLMFC\LIB C:\Program Files\Microsoft Visual Studio 8\VC\LIB C:\Program 
> Files\Microsoft Visual Studio 8\VC\PlatformSDK\lib C:\Program Files\Microsoft 
> Visual Studio 8\SDK\v2.0\lib"
> 
> which simply isn't any good at all.

FYI, I just guessed what the prior content was (I was in a bit of a rush
for some reason). Now I have checked what it really was, which is a wee bit
worse than I thought:

sys_lib_search_path_spec="C \\\\Program Files\\\\Microsoft Visual Studio 
8\\\\VC\\\\ATLMFC\\\\LIB;C \\\\Program Files\\\\Microsoft Visual Studio 
8\\\\VC\\\\LIB;C \\\\Program Files\\\\Microsoft Visual Studio 
8\\\\VC\\\\PlatformSDK\\\\lib;C \\\\Program Files\\\\Microsoft Visual Studio 
8\\\\SDK\\\\v2.0\\\\lib"

I copy-pasted the content for the cases with the patch applied so those
were correct from the start.

Cheers,
Peter



reply via email to

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