Re: [Mingw-w64-public] specs file location

2012-06-07 Thread Earnie Boyd
On Wed, Jun 6, 2012 at 8:04 PM, John E. / TDM wrote: > On 6/6/2012 7:18 AM, Earnie Boyd wrote: >> On Tue, Jun 5, 2012 at 10:21 PM, John E. / TDM wrote: >>> (2) MSYS' path >>> translation can get in the way, or at least has gotten in the way for me in >>> the past when building GCC. >> When I was ma

Re: [Mingw-w64-public] specs file location

2012-06-06 Thread John E. / TDM
On 6/6/2012 7:18 AM, Earnie Boyd wrote: > On Tue, Jun 5, 2012 at 10:21 PM, John E. / TDM wrote: >> (2) MSYS' path >> translation can get in the way, or at least has gotten in the way for me in >> the past when building GCC. > When I was maintaining MSYS I wouldn't release it if GCC would not > bui

Re: [Mingw-w64-public] specs file location

2012-06-06 Thread Earnie Boyd
On Tue, Jun 5, 2012 at 10:21 PM, John E. / TDM wrote: > (2) MSYS' path > translation can get in the way, or at least has gotten in the way for me in > the past when building GCC. When I was maintaining MSYS I wouldn't release it if GCC would not build. Building the GCC package was my test of san

Re: [Mingw-w64-public] specs file location

2012-06-06 Thread John E. / TDM
On 6/6/2012 4:20 AM, xunxun wrote: > Hi John > >An off-list question > >GCC4.7.1 will be released soon. Will you build it for your new > edition? > I've been working with 4.7.0 as time permits. If 4.7.1 is released before I get a usable 4.7.0 build, then yes, I'll start working with 4.7.

Re: [Mingw-w64-public] specs file location

2012-06-06 Thread xunxun
Hi John An off-list question GCC4.7.1 will be released soon. Will you build it for your new edition? -- Best Regards, xunxun -- Live Security Virtual Conference Exclusive live event will cover all the ways tod

Re: [Mingw-w64-public] specs file location

2012-06-05 Thread John E. / TDM
On 6/5/2012 8:21 PM, John E. / TDM wrote: > In order to create a fully relocatable build that doesn't include any > un-translated references to paths on the builder's PC (mine), I use > the attached patch. I forgot to mention it, but unfortunately that patch does cause problems with a GCC boots

Re: [Mingw-w64-public] specs file location

2012-06-05 Thread John E. / TDM
On 6/5/2012 11:50 AM, Earnie Boyd wrote: On Tue, Jun 5, 2012 at 12:46 PM, niXman wrote: The fact is that, if MinGW is built on the disc 'D:', and is used on a machine that does not have the disk 'D:' - then the windows shows the dialog with the error of the access to the disk 'D:'. Anybody can

Re: [Mingw-w64-public] specs file location

2012-06-05 Thread Earnie Boyd
On Tue, Jun 5, 2012 at 12:46 PM, niXman wrote: > Hello list! > > I would like to to understand this problem. > The fact is that, if MinGW is built on the disc 'D:', and is used on a > machine that does not have the disk 'D:' - then the windows shows the > dialog with the error of the access to the

Re: [Mingw-w64-public] specs file location

2012-06-05 Thread niXman
Hello list! I would like to to understand this problem. The fact is that, if MinGW is built on the disc 'D:', and is used on a machine that does not have the disk 'D:' - then the windows shows the dialog with the error of the access to the disk 'D:'. Anybody can tell me in what GCC files this func

Re: [Mingw-w64-public] specs file location

2012-05-31 Thread Baruch Burstein
On Wed, May 30, 2012 at 3:55 PM, Ruben Van Boxem wrote: > 2012/5/30 Baruch Burstein > >> Ruben, >> I tried using a custom specs file with your Win64 build (I suspect it is >> the same with other builds) as explained here: >> http://www.mingw.org/wiki/SpecsFileHOWTO. I placed it at > dir>\lib\gcc\

Re: [Mingw-w64-public] specs file location

2012-05-30 Thread K. Frank
Hello All! On Wed, May 30, 2012 at 9:10 AM, xunxun wrote: > 于 2012/5/30 21:10, Ruben Van Boxem 写道: > > 2012/5/30 xunxun >> >> 于 2012/5/30 20:55, Ruben Van Boxem 写道: >> >>> Hmm... it seems like it's looking in my --prefix or --sysroot directory. >>> The MinGW;org version would only work if you in

Re: [Mingw-w64-public] specs file location

2012-05-30 Thread xunxun
于 2012/5/30 21:10, Ruben Van Boxem 写道: 2012/5/30 xunxun mailto:xunxun1...@gmail.com>> 于 2012/5/30 20:55, Ruben Van Boxem 写道: Hmm... it seems like it's looking in my --prefix or --sysroot directory. The MinGW;org version would only work if you installed it in C:\MinGW

Re: [Mingw-w64-public] specs file location

2012-05-30 Thread Earnie Boyd
On Wed, May 30, 2012 at 9:06 AM, xunxun wrote: > 于 2012/5/30 20:55, Ruben Van Boxem 写道: >> Hmm... it seems like it's looking in my --prefix or --sysroot >> directory. The MinGW;org version would only work if you installed it >> in C:\MinGW or are using MSYS. >> >> I unfortunately do not know where

Re: [Mingw-w64-public] specs file location

2012-05-30 Thread xunxun
于 2012/5/30 20:55, Ruben Van Boxem 写道: > Hmm... it seems like it's looking in my --prefix or --sysroot > directory. The MinGW;org version would only work if you installed it > in C:\MinGW or are using MSYS. > > I unfortunately do not know where this search path is hardcoded in > GCC. JonY or kti

Re: [Mingw-w64-public] specs file location

2012-05-30 Thread Ruben Van Boxem
2012/5/30 Baruch Burstein > Ruben, > I tried using a custom specs file with your Win64 build (I suspect it is > the same with other builds) as explained here: > http://www.mingw.org/wiki/SpecsFileHOWTO. I placed it at dir>\lib\gcc\\\specs, but it wasn't working. I used Process > Monitor to see i

[Mingw-w64-public] specs file location

2012-05-30 Thread Baruch Burstein
Ruben, I tried using a custom specs file with your Win64 build (I suspect it is the same with other builds) as explained here: http://www.mingw.org/wiki/SpecsFileHOWTO. I placed it at \lib\gcc\\\specs, but it wasn't working. I used Process Monitor to see if the file was even being read, and found t