This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- From: Andris Pavenis <andris at stargate dot astr dot lu dot lv>
- Date: Fri, 22 Jan 1999 16:37:00 +0200
- Cc: egcs at cygnus dot com
- References: <m103c6H-00038dC@ocean.lucon.org>
On Fri, 22 Jan 1999, H.J. Lu wrote:
>>
>> >>>>> Steinar Bang <sb@metis.no>:
>>
>> >>>>> Steinar Bang <sb@metis.no>:
>> >> Platform: linux S.u.S.E. 5.3, egcs 1.1.1
>
>When you use Linux, it is always a good idea to try my egcs for Linux.
>You can find it in the egcs list archive.
>
Seems that this update of egcs-1.1.1 finally is Ok. I earlier had to manually
edit libio to fix some problems when building statically linked executables.
I was not able to reproduce them in small test example and I got them only
when building one rather large appliction.
These problems were conflicting definitions of _IO_*() functions in libstdc++.a
and libc.a. Finally seems that problems are solved and I no more need
to do changes I did for almost a year (beginning with gcc-2.8.1 in March 1998)
Andris