[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Re: Unsatisfied Symbols in HP-UX 10.20



Hi all,

I am persistently getting the error below when making NS on HP-UX 10.20.  I have 
installed gcc-2.95.2 with libstdc++-2.90.8 alright. My NS configures without an 
error as well.  I suspect it could be some library (or library switches) that 
might be omitted in the running gcc !!

Any suggestions/possible reason (apart from what I've seen posted on several 
mailing list threads) !!

----
/usr/ccs/bin/ld: Unsatisfied symbols:
   __builtin_delete (code)
   __rtti_user (code)
   __builtin_va_start (code)
   __rtti_si (code)
   __builtin_new (code)
   __rtti_class (code)
   __builtin_vec_delete (code)
   __builtin_vec_new (code)
/usr/ccs/bin/ld: Found 6 duplicate symbol(s)
collect2: ld returned 1 exit status
*** Error exit code 1

-----

-- Martin