Re: [Mingw-w64-public] set default sysroot

2018-12-16 Thread Earnie via Mingw-w64-public
On 12/16/2018 12:58 PM, Maarten Verhage wrote: Hi Rob, - Original Message - From: "sisyphus" To: Sent: Sunday, December 16, 2018 04:38 Subject: Re: [Mingw-w64-public] set default sysroot Hi, I don't know if you can reset the default without recompiling gcc - I su

Re: [Mingw-w64-public] set default sysroot

2018-12-16 Thread Maarten Verhage
Hi Rob, - Original Message - From: "sisyphus" To: Sent: Sunday, December 16, 2018 04:38 Subject: Re: [Mingw-w64-public] set default sysroot > Hi, > > I don't know if you can reset the default without recompiling gcc - I > suspect you can't, but others

Re: [Mingw-w64-public] set default sysroot

2018-12-15 Thread sisyphus
Hi, I don't know if you can reset the default without recompiling gcc - I suspect you can't, but others might know better. Closest I can get to satisfying your spec is to create a batch file called "gcc.bat" that contains the following 2 lines: @echo off C:/_64/gcc-mingw-810/mingw64/bin/gcc.exe

[Mingw-w64-public] set default sysroot

2018-12-15 Thread Maarten Verhage
Hi all, This might be a naive question. I have Windows 7. I downloaded MinGW-W64 GCC-8.1.0 x86_64-posix-seh. And extracted in to my harddisk. I added the bin folder to my PATH. now when I do: gcc --print-sysroot I'm getting: C:/mingw810/x86_64-8.1.0-posix-seh-rt-_v6-rev0/mingw64 This is not th