This is the mail archive of the gcc@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: gcc-2.8.1 compiler problems


> I have recently downloaded and compiled Gnu C compiler gcc-2.8.1 on a
> HP-UX 10.20 system, and it was everything ok. No warnings more than the
> expected. The fact is that I am trying to compile a web based
> application (cgi) and when compiling .C elements (c++ code), I receive
> an error that goes:
> 
> collect2: ld returned 1 exit status
> /usr/ccs/bin/ld: Unsatisfied symbols:
> __rtti_user (code)
> __rtti_si (code)
> *** Error exit code 1
> 
> Stop.
> 
> I would like to know wether if a library is missing

These symbols should be defined in libgcc.a, which should have been
installed in the same location as cc1plus. Please verify that the
library is there, and whether it has these symbols.

Hope this helps,
Martin


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