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

Re: ns2.1b5 installation problem in solaris 7



On Thu, 20 May 1999 11:38:15 +0900, Wang Lei wrote: 
>Hi,
>
>I met problems when up to the end of building of ns2.1b5 (in SUN ultra5
>Solaris 7, using gcc2.8.1).
>All the object file have been generated, but the link failed.
>The error message is as follows:
>Undefined                       first referenced
> symbol                             in file
>__rtti_user                         timer-handler.o
>terminate__Fv                       tclAppInit.o
>__rtti_si                           rng.o
>__rtti_class                        object.o
>ld: fatal: Symbol referencing errors. No output written to ns
>*** Error code 1
>make: Fatal error: Command failed for target `ns'
>
>Could anyone give help?

This kind of thing happens when you compile with g++ and link with
something else.

   -John Heidemann