Compiling GDC-MinGW
Daniel Green
venix1 at gmail.com
Mon Mar 11 10:33:12 PDT 2013
On 3/10/2013 12:08 PM, Benjamin Thaut wrote:
>> So now it actually compiles all the way through, but failes while
>> linking:
>>
>> C:\crossdev\MinGW64\x86_64-w64-mingw32\bin\ld.exe: skipping incompatible
>>
C:/crossdev/gdc64/v2/build/prev-x86_64-w64-mingw32/libstdc++-v3/src/.libs\libstdc++.a
>>
>> when searching for -lstdc++
>> C:\crossdev\MinGW64\x86_64-w64-mingw32\bin\ld.exe: skipping incompatible
>>
C:/crossdev/gdc64/v2/build/prev-x86_64-w64-mingw32/libstdc++-v3/src/.libs\libstdc++.a
>>
>> when searching for -lstdc++
>> C:\crossdev\MinGW64\x86_64-w64-mingw32\bin\ld.exe: skipping incompatible
>> C:/crossdev/MinGW64/lib/gcc/x86_64-w64-mingw32/4.6.1\libstdc++.a when
>> searching for -lstdc++
>> C:\crossdev\MinGW64\x86_64-w64-mingw32\bin\ld.exe: cannot find -lstdc++
>>
>> Kind Regards
>> Benjamin Thaut
>
> Soory seemed to be CRLF line ending issues again. I re-cloned the repro
> and now everything seems to be correctly LF.
Actually that was because of issues with doing a bootstrap build. When
you re-cloned it you got the updated script that properly disabled it.
More information about the D.gnu
mailing list