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

2010-09-21 Thread Peter Rosin
es! Cheers, Peter >From 09142eaeda3b3055653afc302fe871740d65d5c7 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Tue, 21 Sep 2010 20:31:37 +0200 Subject: [PATCH] msvc: eliminate spaces in the library search path. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [mingw, cygwin] : The LIB p

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

2010-09-21 Thread Peter Rosin
Den 2010-09-21 20:08 skrev Charles Wilson: > On 9/21/2010 1:33 PM, Ralf Wildenhues wrote: >> * Peter Rosin wrote on Tue, Sep 21, 2010 at 09:37:16AM CEST: >>> + do >>> +IFS=$lt_save_ifs >>> +# Let DOS variable expansion print the short 8.3 style file name. >>> +lt_path=`

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

2010-09-21 Thread Peter Rosin
p://msdn.microsoft.com/en-us/library/6y6t9esh.aspx >> Subject: [PATCH] msvc: eliminate spaces in the library search path. >> >> * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [mingw, cygwin] >> : The LIB path variable telling >> where MSVC looks for libraries is with high

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

2010-09-21 Thread Charles Wilson
On 9/21/2010 1:33 PM, Ralf Wildenhues wrote: > Hi Peter, > > * Peter Rosin wrote on Tue, Sep 21, 2010 at 09:37:16AM CEST: >> 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. > > I have questions: > >

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

2010-09-21 Thread Ralf Wildenhues
s? What is $LIB? Is this an API you just made up? If not, where is it documented? Hmm, we used it before, so I guess that's not new. > Subject: [PATCH] msvc: eliminate spaces in the library search path. > > * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [mingw, cygwin] > :

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

2010-09-21 Thread Peter Rosin
Den 2010-09-21 09:37 skrev Peter Rosin: > + lt_save_ifs=$IFS > + # Doesn't work to have IFS=; so select some other char that is > + # invalid in w32 file names. > + IFS=? > + for lt_path in `echo "$LIB" | tr ';' '?'` > + do Doh, of course it didn't work with IFS=; It

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

2010-09-21 Thread Peter Rosin
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/MID0

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

2010-09-21 Thread Peter Rosin
: Tue, 21 Sep 2010 09:30:07 +0200 Subject: [PATCH] msvc: eliminate spaces in the library search path. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [mingw, cygwin] : The LIB path variable telling where MSVC looks for libraries is with high probably containing directory names with spaces. Con