Re: [Mingw-w64-public] gcc (tdm) 4.5 - broken assembler? (invalid instruction suffix for `push')

2010-08-26 Thread JonY
On 8/27/2010 09:37, mescali...@gmail.com wrote: >hi, > I just installed a mingw-w64 toolcain using the ossbuild script. > > I started building tcl, but it stopped at some point with this error: > > ~tcl8.5.8/win $ ./configure --enable-shared --host=x86_64-w64-mingw32 > --target=x86_64-w64-mingw

[Mingw-w64-public] gcc (tdm) 4.5 - broken assembler? (invalid instruction suffix for `push')

2010-08-26 Thread mescali...@gmail.com
hi, I just installed a mingw-w64 toolcain using the ossbuild script. I started building tcl, but it stopped at some point with this error: ~tcl8.5.8/win $ ./configure --enable-shared --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 [...] x86_64-w64-mingw32-gcc -

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Chris Sutcliffe
On 26 August 2010 11:10, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 6:04 PM, Chris Sutcliffe wrote: >> Given the assumption that PATH_SEPARATOR_CHAR *is* redundant for VMS >> and HAVE_DOS_PATHS.  Once we have something that we both think would >> work, I'll bring this up on the make-w32 mailing l

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
;>>> This is free software: you are free to change and redistribute it. >>>>>>> There is NO WARRANTY, to the extent permitted by law. >>>>>>> >>>>>>> < >>>>>>> >>>>>>> Which  &

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 6:04 PM, Chris Sutcliffe wrote: > On 26 August 2010 09:37, Ozkan Sezer wrote: >> On Thu, Aug 26, 2010 at 4:32 PM, Chris Sutcliffe wrote: >>> I'm by no means a 'sed' guru, so the script I came up with is very basic: >>> >>> mv config.h config.orig ; sed -e 's/:/;/' config.or

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Chris Sutcliffe
On 26 August 2010 09:37, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 4:32 PM, Chris Sutcliffe wrote: >> I'm by no means a 'sed' guru, so the script I came up with is very basic: >> >> mv config.h config.orig ; sed -e 's/:/;/' config.orig > config.h > > Thanks. > > However this is a problem with th

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Vasilakis
>>>>>> >>>>>> Which " >>>>>> >>>>>> do any of the make packages on our download page >>>>>> work for you? >>>>>> >>>>>> " >>>>>> packages to check? Can y

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
to check? Can you please give me a url? >>>>> >>>> http://sourceforge.net/projects/mingw-w64/files/ >>>> follow: External binary packages ->    make >>> OK I was confused by (Win64 hosted). I downloaded >>> >>> make-3.82-2

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 4:32 PM, Chris Sutcliffe wrote: > On 26 August 2010 09:01, Ozkan Sezer wrote: >> Ah!  Chris, thank you very much!  That escaped my attention. > > I felt bad myself, in that I ran in to the same issue back in 2008. > Between building the mingw.org make 3.81 and 3.82 I had a

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Chris Sutcliffe
On 26 August 2010 09:01, Ozkan Sezer wrote: > Ah!  Chris, thank you very much!  That escaped my attention. I felt bad myself, in that I ran in to the same issue back in 2008. Between building the mingw.org make 3.81 and 3.82 I had a HD failure and forgot the 'sed' step myself which resulted in th

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 3:26 PM, Chris Sutcliffe wrote: > On 26 August 2010 07:47, Ozkan Sezer wrote: >> Interesting.  AFAIK, the only source difference between make-3.82-1 >> and make-3.82-3 from mingw.org is the size of an array (PATH_MAX >> definition change), so: does make-3.82-1 from mingw.o

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Chris Sutcliffe
On 26 August 2010 07:47, Ozkan Sezer wrote: > Interesting.  AFAIK, the only source difference between make-3.82-1 > and make-3.82-3 from mingw.org is the size of an array (PATH_MAX > definition change), so: does make-3.82-1 from mingw.org work for you? Actually that was an ill-advised patch by me

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Vasilakis
On 8/26/2010 2:47 PM, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 2:33 PM, Vasilakis wrote: >> On 8/26/2010 2:29 PM, Ozkan Sezer wrote: >>> On Thu, Aug 26, 2010 at 2:25 PM, Vasilakiswrote: On 8/26/2010 2:11 PM, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 2:03 PM, Vasilakis

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 2:33 PM, Vasilakis wrote: >  On 8/26/2010 2:29 PM, Ozkan Sezer wrote: >> On Thu, Aug 26, 2010 at 2:25 PM, Vasilakis  wrote: >>>   On 8/26/2010 2:11 PM, Ozkan Sezer wrote: On Thu, Aug 26, 2010 at 2:03 PM, Vasilakis    wrote: >    On 8/26/2010 11:34 AM, Ozkan Sezer w

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Vasilakis
On 8/26/2010 2:29 PM, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 2:25 PM, Vasilakis wrote: >> On 8/26/2010 2:11 PM, Ozkan Sezer wrote: >>> On Thu, Aug 26, 2010 at 2:03 PM, Vasilakiswrote: On 8/26/2010 11:34 AM, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 10:46 AM, Vasilakis

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 2:25 PM, Vasilakis wrote: >  On 8/26/2010 2:11 PM, Ozkan Sezer wrote: >> On Thu, Aug 26, 2010 at 2:03 PM, Vasilakis  wrote: >>>   On 8/26/2010 11:34 AM, Ozkan Sezer wrote: On Thu, Aug 26, 2010 at 10:46 AM, Vasilakis    wrote: >    I have installed both > >

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Vasilakis
On 8/26/2010 2:11 PM, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 2:03 PM, Vasilakis wrote: >> On 8/26/2010 11:34 AM, Ozkan Sezer wrote: >>> On Thu, Aug 26, 2010 at 10:46 AM, Vasilakiswrote: I have installed both sezero_20100711_w32_runtime_update_3405.zip mingw-w32

Re: [Mingw-w64-public] GCC C++0x

2010-08-26 Thread Kai Tietz
2010/8/26 Ruben Van Boxem : > >> >> but poking around, I do not find a "thread" file (the include file >> for std::thread). > > it should be in: > /libstdc++-v3/include/std > >> >> My mingw gcc installation does have a "thread" file.  (I realize that >> it may be out of date, but it's all I have.)

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 2:03 PM, Vasilakis wrote: >  On 8/26/2010 11:34 AM, Ozkan Sezer wrote: >> On Thu, Aug 26, 2010 at 10:46 AM, Vasilakis  wrote: >>>   I have installed both >>> >>> sezero_20100711_w32_runtime_update_3405.zip >>> mingw-w32-bin_i686-mingw_20100711_sezero.zip >>> >>> on my Windo

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Vasilakis
On 8/26/2010 11:34 AM, Ozkan Sezer wrote: > On Thu, Aug 26, 2010 at 10:46 AM, Vasilakis wrote: >> I have installed both >> >> sezero_20100711_w32_runtime_update_3405.zip >> mingw-w32-bin_i686-mingw_20100711_sezero.zip >> >> on my Windows XP SP3 x86 machine. I tried to compile >> >> tbb30_20100

Re: [Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Ozkan Sezer
On Thu, Aug 26, 2010 at 10:46 AM, Vasilakis wrote: >  I have installed both > > sezero_20100711_w32_runtime_update_3405.zip > mingw-w32-bin_i686-mingw_20100711_sezero.zip > > on my Windows XP SP3 x86 machine. I tried to compile > > tbb30_20100406oss_src.tgz > > but to no avail. Build command 'ming

Re: [Mingw-w64-public] GCC C++0x

2010-08-26 Thread Ruben Van Boxem
Gmail sent me email too soon, sorry about that... > but poking around, I do not find a "thread" file (the include file > for std::thread). > it should be in: /libstdc++-v3/include/std > My mingw gcc installation does have a "thread" file. (I realize that > it may be out of date, but it's all

Re: [Mingw-w64-public] GCC C++0x

2010-08-26 Thread Ruben Van Boxem
> > but poking around, I do not find a "thread" file (the include file > for std::thread). > it should be in: /libstdc++-v3/include/std > My mingw gcc installation does have a "thread" file. (I realize that > it may be out of date, but it's all I have.) I see, as Ruben pointed > out, that it r

[Mingw-w64-public] Problem with mingw32-make

2010-08-26 Thread Vasilakis
I have installed both sezero_20100711_w32_runtime_update_3405.zip mingw-w32-bin_i686-mingw_20100711_sezero.zip on my Windows XP SP3 x86 machine. I tried to compile tbb30_20100406oss_src.tgz but to no avail. Build command 'mingw32-make compiler=gcc' Installing the program make-3.82-3-mingw32