[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] MinGW 3.4.5, stdio formatting functions and multiple definitio
From: |
Greg Chicares |
Subject: |
Re: [lmi] MinGW 3.4.5, stdio formatting functions and multiple definitions |
Date: |
Sun, 07 Dec 2014 01:49:23 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 2014-12-07 01:14Z, Greg Chicares wrote:
>
> On 2014-12-06 23:00Z, Vadim Zeitlin wrote:
[...]
>> and maybe also looking at mpatrol
>> which also currently uses --allow-multiple-definition
>
> No, I think working on mpatrol is not a good use of your time.
I've found a cogent reason for not working on it--it doesn't
actually use '--allow-multiple-definition':
ifeq (3.4.4,$(gcc_version))
MPATROL_LDFLAGS := -Wl,--allow-multiple-definition
endif
We're no longer using 3.4.4; we're using 3.4.5 .