Re: [Mingw-w64-public] Problem compiling mingw-w64-crt

2010-07-08 Thread NightStrike
On Thu, Jul 8, 2010 at 3:41 AM, Bidski wrote: >> Hmm, you used mingw.org compiler to build a w64 compiler, yes? > Yes, I originally followed this guide > (http://wiki.wxwidgets.org/HowTo:_Install_MSYS_and_MinGW_for_use_with_Eclipse_CDT) > to get MSYS/MinGW set up, then realised that I need mingw-w

[Mingw-w64-public] About pthread-w32 patch

2010-07-08 Thread Dongsheng Song
Hi, Due to recent update of pthread-w32, the patch: can not apply cleanly, have some conflicts now, is there have any update patch ? Regards, Dongsheng --

Re: [Mingw-w64-public] Native Win64 Compiler vs Cross-Compiler

2010-07-08 Thread Bidski
"Dmitrijs Ledkovs" wrote: > You have 1 cross-compiler configured to run on 32bit windows which > compiles / generates code for 64bit windows. Thank you very much for that clarification. Regards Bidski -- This SF.net

Re: [Mingw-w64-public] How to update boehm-gc?

2010-07-08 Thread Dmitrijs Ledkovs
On 8 July 2010 11:45, Kai Tietz wrote: > Dmitrijs Ledkovs wrote on 08.07.2010 12:34:15: > >> I've blindly update boehm-gc to cvs snapshot similar way i dealt with >> libffi (wipe the dir and replace it with a checkout = ) >> >> Unfortunatly that doesn' work for compiling gcj i get this: >> >>

Re: [Mingw-w64-public] How to update boehm-gc?

2010-07-08 Thread Kai Tietz
Dmitrijs Ledkovs wrote on 08.07.2010 12:34:15: > I've blindly update boehm-gc to cvs snapshot similar way i dealt with > libffi (wipe the dir and replace it with a checkout = ) > > Unfortunatly that doesn' work for compiling gcj i get this: > > libtool: link: cannot find the library > `../b

[Mingw-w64-public] How to update boehm-gc?

2010-07-08 Thread Dmitrijs Ledkovs
I've blindly update boehm-gc to cvs snapshot similar way i dealt with libffi (wipe the dir and replace it with a checkout = ) Unfortunatly that doesn' work for compiling gcj i get this: libtool: link: cannot find the library `../boehm-gc/libgcjgc_convenience.la' or unhandled argument `../boeh

Re: [Mingw-w64-public] Native Win64 Compiler vs Cross-Compiler

2010-07-08 Thread Dmitrijs Ledkovs
On 8 July 2010 11:26, Bidski wrote: > Ok, so with GCC and BinUtils configured as they are currently on my system > (--disable-multilib and --target=x86_64-w64-mingw32 and nothing else > specified except for --prefix and --with-sysroot) do I have 32 bit GCC and > BinUtils that is capable of buildin

Re: [Mingw-w64-public] Native Win64 Compiler vs Cross-Compiler

2010-07-08 Thread Bidski
Ok, so with GCC and BinUtils configured as they are currently on my system (--disable-multilib and --target=x86_64-w64-mingw32 and nothing else specified except for --prefix and --with-sysroot) do I have 32 bit GCC and BinUtils that is capable of building 64 bit only, or do I have 64 bit BinUtil

Re: [Mingw-w64-public] Native Win64 Compiler vs Cross-Compiler

2010-07-08 Thread Ruben Van Boxem
> > 1) What precisely is the difference between the cross-compiler and the > native compiler in terms of the files that are generated from the build and > the files that are generated when compiling projects with the > cross-compiler, > There should be no difference between the created files. GCC

[Mingw-w64-public] Native Win64 Compiler vs Cross-Compiler

2010-07-08 Thread Bidski
Hi all, Im running on a AMD64 processor with Windows 7 64 bit OS and I just finished building a Win32/Win64 cross-compiler (using --disable-multilib and --target=x86_64-w64-mingw32). Im wondering now if I should continue and build a native Win64 compiler. My main questions are: 1) What precise

Re: [Mingw-w64-public] Problem compiling mingw-w64-crt

2010-07-08 Thread Bidski
That appears to have worked. Thank you for your help Ozkan. Regards Bidski -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/

Re: [Mingw-w64-public] Problem compiling mingw-w64-crt

2010-07-08 Thread Bidski
"Ozkan Sezer" wrote: > Tell us exactly how you configured and built your w64 compiler. > It may have to do with the configuration time options, I guess. My compile time options are exactly as specified in the guide I mentioned earlier. I used --disable-multilib wherever it gave the option to use

Re: [Mingw-w64-public] Problem compiling mingw-w64-crt

2010-07-08 Thread Ozkan Sezer
On Thu, Jul 8, 2010 at 10:20 AM, Bidski wrote: > The mingw.org headers are the ones im using to build this cross-compiler, > which is why I am wondering if its safe to get rid of them. Hmm, you used mingw.org compiler to build a w64 compiler, yes? In that case, the answer is yes, it is safe to ge

Re: [Mingw-w64-public] Problem compiling mingw-w64-crt

2010-07-08 Thread Ozkan Sezer
On Thu, Jul 8, 2010 at 10:01 AM, Bidski wrote: > "Ozkan Sezer" wrote: >> >> You are using headers from mingw.org and not from mingw-w64. >> Please use headers from mingw-w64. > > Should I overwrite the heaqders I have from mingw.org or should i set some > CFLAGS/CXXFLAGS to make it look for the m

Re: [Mingw-w64-public] Problem compiling mingw-w64-crt

2010-07-08 Thread Bidski
"Ozkan Sezer" wrote: > You are using headers from mingw.org and not from mingw-w64. > Please use headers from mingw-w64. Should I overwrite the heaqders I have from mingw.org or should i set some CFLAGS/CXXFLAGS to make it look for the mingw-w64 headers? Regards Bidski