This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15253] __eprintf link issue for c++ on solaris 2.6


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]