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] std::fstream in struct/class -> crash

2012-06-05 Thread Ruben Van Boxem
2012/6/4 Deniz Sarikaya > 2012/6/4 Ruben Van Boxem : > > Op 4 jun. 2012 23:06 schreef "Deniz Sarikaya" > het > > volgende: > > > > > >> > >> Hello, > >> > >> I don't know why, but this scenario crashes for me with gcc 4.7.0 > >> rubenvb on Windows 8 x64: > > > > What Windows 8 version. Developer

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