Re: [Mingw-w64-public] linux itanium cross compiler build

2011-11-19 Thread JonY
On 11/20/2011 02:30, Thomas Stover wrote: > On CentOS 4.9 (only thing I have been able to install on this "near > dumpster dive grade" itanium 2), I thought I would try to build mingw-w64 > cross compiler in /opt/crosscompilers/mingw64. > > -using the guide on the wiki > (http://sourceforge.net/ap

[Mingw-w64-public] linux itanium cross compiler build

2011-11-19 Thread Thomas Stover
On CentOS 4.9 (only thing I have been able to install on this "near dumpster dive grade" itanium 2), I thought I would try to build mingw-w64 cross compiler in /opt/crosscompilers/mingw64. -using the guide on the wiki (http://sourceforge.net/apps/trac/mingw-w64/wiki/Cross%20Win32%20and%20Win64%20c

Re: [Mingw-w64-public] Cross compiler don't link with stdc++

2011-11-19 Thread xunxun
So this issue is related to your dll.a build, your dll.a some symbols were missing and your libstdc++.dll.a 's size is only 3KB. You should provide your libstdc++ build log. -- Best Regards, xunxun -- All the data co

Re: [Mingw-w64-public] Cross compiler don't link with stdc++

2011-11-19 Thread xunxun
于 2011/11/20 0:26, Zygmunt Ptak 写道: > On 19.11.2011 16:05, xunxun wrote: >> 于 2011/11/19 18:10, Zygmunt Ptak 写道: >>> Dlls in /opt/cross-compilers/i686-w32-mingw32/i686-w32-mingw32/lib: >>> libgcc_s_sjlj-1.dll libquadmath-0.dll libssp-0.dll libstdc++-6.dll >>> >>> PS: >>> 1) i trying compile with -l

Re: [Mingw-w64-public] Cross compiler don't link with stdc++

2011-11-19 Thread xunxun
于 2011/11/19 18:10, Zygmunt Ptak 写道: > Dlls in /opt/cross-compilers/i686-w32-mingw32/i686-w32-mingw32/lib: > libgcc_s_sjlj-1.dll libquadmath-0.dll libssp-0.dll libstdc++-6.dll > > PS: > 1) i trying compile with -lstdc++, or with -lstdc++-6, but nothing... > 2) and i tried link with libstdc++-6.d

Re: [Mingw-w64-public] tagged v1.0.2 and v2.0.1 releases

2011-11-19 Thread Ozkan Sezer
On Sat, Nov 19, 2011 at 3:38 PM, Erik van Pienbroek wrote: > Ozkan Sezer schreef op za 19-11-2011 om 14:52 [+0200]: >> Just tagged v1.0.2 and v2.0.1 releases. Uploaded the source packages >> to the usual place at >> http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/ > > H

Re: [Mingw-w64-public] Ruben's 4.6.3 builds and statically link stdc++ and winpthread

2011-11-19 Thread Luis Lavena
On Sat, Nov 19, 2011 at 10:58 AM, Kai Tietz wrote: > 2011/11/19 Luis Lavena : >> >> As for the stdc++, I know -static-libgcc and -static-stdc++ will do, >> but dunno the one for winpthreads. >> >> It is possible? >> > > Yes, this is possible.  Simply provide to gcc's frontend the option > '-static

Re: [Mingw-w64-public] tagged v1.0.2 and v2.0.1 releases

2011-11-19 Thread Erik van Pienbroek
Ozkan Sezer schreef op za 19-11-2011 om 14:52 [+0200]: > Just tagged v1.0.2 and v2.0.1 releases. Uploaded the source packages > to the usual place at > http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/ Hi Ozkan, I was just about to update the Fedora Linux mingw-w64 pack

Re: [Mingw-w64-public] Ruben's 4.6.3 builds and statically link stdc++ and winpthread

2011-11-19 Thread Kai Tietz
2011/11/19 Luis Lavena : > Hello, > > I'm trying to compile LLVM 2.9 as shared library and want to reduce > all the possible external DLLs dependencies. > > I noticed that there are two winpthread libs included in the build: > one for the DLL and one for the static library. > > I was wondering what

[Mingw-w64-public] tagged v1.0.2 and v2.0.1 releases

2011-11-19 Thread Ozkan Sezer
Just tagged v1.0.2 and v2.0.1 releases. Uploaded the source packages to the usual place at http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/ -- O.S. -- All the data continuously generated in you

[Mingw-w64-public] Ruben's 4.6.3 builds and statically link stdc++ and winpthread

2011-11-19 Thread Luis Lavena
Hello, I'm trying to compile LLVM 2.9 as shared library and want to reduce all the possible external DLLs dependencies. I noticed that there are two winpthread libs included in the build: one for the DLL and one for the static library. I was wondering what will be the right enchantation to trigg

Re: [Mingw-w64-public] SetCurrentConsoleFontEx and _WIN32_WINNT

2011-11-19 Thread Tony Miller
Thanks for the quick fix! On Sat, Nov 19, 2011 at 1:32 AM, Ozkan Sezer wrote: > On Sat, Nov 19, 2011 at 11:25 AM, Kai Tietz wrote: >> 2011/11/19 Ozkan Sezer : >>> On Sat, Nov 19, 2011 at 10:47 AM, Kai Tietz wrote: Hi Tony, 2011/11/19 Tony Miller : > Hi, > > I was tryi

Re: [Mingw-w64-public] SetCurrentConsoleFontEx and _WIN32_WINNT

2011-11-19 Thread Ozkan Sezer
On Sat, Nov 19, 2011 at 11:25 AM, Kai Tietz wrote: > 2011/11/19 Ozkan Sezer : >> On Sat, Nov 19, 2011 at 10:47 AM, Kai Tietz wrote: >>> Hi Tony, >>> >>> 2011/11/19 Tony Miller : Hi, I was trying to use the function SetCurrentConsoleFontEx in my program. Now, the MSDN docs for

Re: [Mingw-w64-public] SetCurrentConsoleFontEx and _WIN32_WINNT

2011-11-19 Thread Kai Tietz
2011/11/19 Ozkan Sezer : > On Sat, Nov 19, 2011 at 10:47 AM, Kai Tietz wrote: >> Hi Tony, >> >> 2011/11/19 Tony Miller : >>> Hi, >>> >>> I was trying to use the function SetCurrentConsoleFontEx in my >>> program. Now, the MSDN docs for this function are a little confusing. >>> >>> http://msdn.micr

Re: [Mingw-w64-public] SetCurrentConsoleFontEx and _WIN32_WINNT

2011-11-19 Thread Ozkan Sezer
On Sat, Nov 19, 2011 at 10:47 AM, Kai Tietz wrote: > Hi Tony, > > 2011/11/19 Tony Miller : >> Hi, >> >> I was trying to use the function SetCurrentConsoleFontEx in my >> program. Now, the MSDN docs for this function are a little confusing. >> >> http://msdn.microsoft.com/en-us/library/windows/desk

Re: [Mingw-w64-public] SetCurrentConsoleFontEx and _WIN32_WINNT

2011-11-19 Thread Kai Tietz
Hi Tony, 2011/11/19 Tony Miller : > Hi, > > I was trying to use the function SetCurrentConsoleFontEx in my > program. Now, the MSDN docs for this function are a little confusing. > > http://msdn.microsoft.com/en-us/library/windows/desktop/ms686200(v=vs.85).aspx > > The table seems to state the min

Re: [Mingw-w64-public] Cross compiler don't link with stdc++

2011-11-19 Thread Kai Tietz
2011/11/18 Zygmunt Ptak : > Hi! > I created cross compiler for triplet i686-w32-mingw32 (and for test > i686-w64-mingw32) based on mingw-w64-v2.0, gcc-4.6.2, binutils 2.21.1. > And when i compile simple c++ code, i get error like this: > > // i686-w32-mingw32-g++ test.cpp > > /tmp/ccIOD3tF.o:test.c

Re: [Mingw-w64-public] Cross compiler don't link with stdc++

2011-11-19 Thread xunxun
于 2011/11/19 3:43, Zygmunt Ptak 写道: > Hi! > I created cross compiler for triplet i686-w32-mingw32 (and for test > i686-w64-mingw32) based on mingw-w64-v2.0, gcc-4.6.2, binutils 2.21.1. > And when i compile simple c++ code, i get error like this: > > // i686-w32-mingw32-g++ test.cpp > > /tmp/ccIOD3t

[Mingw-w64-public] Cross compiler don't link with stdc++

2011-11-19 Thread Zygmunt Ptak
Hi! I created cross compiler for triplet i686-w32-mingw32 (and for test i686-w64-mingw32) based on mingw-w64-v2.0, gcc-4.6.2, binutils 2.21.1. And when i compile simple c++ code, i get error like this: // i686-w32-mingw32-g++ test.cpp /tmp/ccIOD3tF.o:test.cpp:(.text+0x16): undefined reference to

[Mingw-w64-public] SetCurrentConsoleFontEx and _WIN32_WINNT

2011-11-19 Thread Tony Miller
Hi, I was trying to use the function SetCurrentConsoleFontEx in my program. Now, the MSDN docs for this function are a little confusing. http://msdn.microsoft.com/en-us/library/windows/desktop/ms686200(v=vs.85).aspx The table seems to state the minimum required client is Windows Vista, while the