This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15253] __eprintf link issue for c++ on solaris 2.6
- From: "drow at false dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 May 2004 20:53:07 -0000
- Subject: [Bug target/15253] __eprintf link issue for c++ on solaris 2.6
- References: <20040503010212.15253.nick.thurn@db.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From drow at false dot org 2004-05-07 20:53 -------
Subject: Re: New: __eprintf link issue for c++ on solaris 2.6
> /apps/race/home/nickt/gcc/bin/ld: a.out: hidden symbol `__eprintf'
> in /apps/race/home/nickt/gcc/lib/gcc/sparc-sun-solaris2.6/3.4.0/libgcc.a
> (_eprintf.oS) is referenced by DSO
I've encountered this error before. I don't remember the exact cause,
but usually it means that an unfixed or outdated <assert.h> is being
picked up by the new compiler, or you have some mis-built shared
library (whichever one is trying to reference _eprintf, probably
because of a bad assert.h).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15253