[Bug target/15253] __eprintf link issue for c++ on solaris 2.6
drow at false dot org
gcc-bugzilla@gcc.gnu.org
Fri May 7 20:53:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list