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: Odd c++ error in 1.1.1


On Dec 15, 1998, Ralf Hildebrandt <R.Hildebrandt@tu-bs.de> wrote:

> HP-UX 10.20, GNU binutils, egcs-1.1.1

> The egcs itself works just fine for C, but whenever I try to build &
> link a C++ program, I get the following errors during the linking (I
> added -v to the CFLAGS for more verbose output!): 

> /usr/ccs/bin/ld: Unsatisfied symbols:
>    ostream::seekp(long)(code)

Are you sure the new egcs isn't finding an old libstdc++?  This could
explain the problem.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
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]