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
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
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
于 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
于 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
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
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
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
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
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
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
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
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
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
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
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
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
于 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
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
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
20 matches
Mail list logo