Re: [AD] Static linking requires libstdc++ with mingw? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Static linking requires libstdc++ with mingw?
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Thu, 8 Jan 2009 13:18:16 -0700 (MST)
On Thu, January 8, 2009 11:46 am, Elias Pschernig said:
> On Thu, 2009-01-08 at 10:27 -0700, Thomas Fjellstrom wrote:
>> On January 8, 2009, Trent Gamblin wrote:
>> >
>> > The warnings aren't because of your DX, it happens no matter what. I don't
>> > know what the problem there is. I get it when linking static A4 too. It's
>> > safe to ignore them though. But needing to link in libstdc++ is a bit
>> > odd... that could be something to do with your mingw setup, since I've
>> > never seen that or heard of anyone else seeing it. It wouldn't hurt I
>> > suppose to explicitly link it, but I'm wondering if there isn't something
>> > else at fault. What version of gcc/g++ do you have? What packages did you
>> > install?
>
> $ gcc --version
> gcc.exe (GCC) 4.3.0 20080305 (alpha-testing) mingw-20080502
I would say it's probably a newer gcc thing, since I've only used
4.2.1 and 3.4.5.. If it has to be added to link flags for examples that
couldn't be too hard.
Trent :{)>