Hi!
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
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
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
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:
What does Charles have to say to this?
What is $LIB? Is th
Hello Rainer,
* Rainer Tammer wrote on Tue, Sep 21, 2010 at 11:15:47AM CEST:
> after this patch all tests from the old test suite are OK.
Great!
> The new test suite still shows some problems but its getting much better:
Yeah. They pass fully with LDFLAGS=-Wl,-brtl. But the failures without
r
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:
>
>
Den 2010-09-21 19:33 skrev Ralf Wildenhues:
> 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:
>
>
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=`
Den 2010-09-21 20:08 skrev 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 affe