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]

Re: egcs-current compile error ...


On Nov 11, 1998, The Hermit Hacker <scrappy@hub.org> wrote:

> 	Just curious as to whether or not someone can enlighten me as to
> what could cause the following error?  Using gcc 2.7.2.1, all compiles
> fine, so I'm guessing that its anothr one of those bugs that is creeping
> in from a more strict C++ compiler...missing include file, maybe?

> eg++  -I. -I../include -I/usr/local/ports/devel/mico/work/mico/./include/ministl    -fno-exceptions -L../orb -L/usr/local/lib   imr_client.o -lmico2.2.3 -lreadline -lncurses -lm   -o imr
> imr_client.o: Undefined symbol `ostream & operator<<<int>(ostream &, smanip<int> const &)' referenced from text segment

I don't think so.  Looks more like the `friend template function'
problem.  Chekc http://egcs.cygnus.com/faq.html#friend

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.anu.edu.au}
Universidade Estadual de Campinas, SP, Brasil



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