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

Re: ns installation problem



On Fri, 22 Jan 1999 12:16:55 +0900, "=?euc-kr?B?wMzAscjx?=" wrote: 
>Hello
> 
>I'm student in Chung-Ang Uni. in Korea.
>I'm writing to ask some question.
>I've failed to install ns(ns-allinone).
>On Solaris with gcc 2.8.1, make failed with messages like :
>
>./mkLinks /opt/users/daylike/ns-allinone-2.1b4a/tkbox/man/mann
>loading cache ./config.cache
>No .configure file found in current directory
>Continuing with default options...
>checking host system type... sparc-sun-solaris2.5.1
>checking target system type... sparc-sun-solaris2.5.1
>checking build system type... sparc-sun-solaris2.5.1
>checking for gcc... gcc
>checking whether the C compiler (gcc  ) works... yes
>checking whether the C compiler (gcc  ) is a cross-compiler... no
>checking whether we are using GNU C... yes
>checking whether gcc accepts -g... yes
>checking for c++... c++
>checking whether the C++ compiler (c++  ) works... no
>configure: error: installation or configuration problem: C++ compiler cannot create executables.
>otcl configuration failed! Exiting ...
>
>Will you give me a solution?

The error messages seem pretty clear...configure thinks that your C++
installation is incorrect somehow.  Exactly how is not clear; it will
require some experimentation on your part.

   -John Heidemann