Menu

#3234 tcl8.0.4 configuration failed

obsolete: 8.0.4
closed-out-of-date
5
2005-09-06
2005-09-06
Anonymous
No

i am trying to install ns2 version 2.1b5 on solaris.
when i run the install script i get the following error
associated with tcl.
checking for size_t... no
checking for uid_t in sys/types.h... no
checking for opendir... (cached) no
checking union wait... no
checking matherr support... no
checking return type of signal handlers... int
checking for vfork... no
checking for strncasecmp... no
checking for -lsocket... no
checking for -linet... no
checking for BSDgettimeofday... no
checking for gettimeofday... no
checking for gettimeofday declaration... missing
checking for -linet... no
checking for net/errno.h... yes
checking whether char is unsigned... configure: error:
can not run test program while cross compiling
tcl8.0.4 configuration failed! Exiting ...

Discussion

  • Donal K. Fellows

    • milestone: --> obsolete: 8.0.4
     
  • Reinhard Max

    Reinhard Max - 2005-09-06

    Logged In: YES
    user_id=124643

    Do you have a special need for using those really outdated
    versions of NS-2 and Tcl?
    Current releases can be found here:
    http://www.isi.edu/nsnam/ns/ns-build.html

     
  • miguel sofer

    miguel sofer - 2005-09-06

    Logged In: YES
    user_id=148712

    I assume that "associated with tcl" means that what you are
    showing is the complaint of Tcl's 'configure' script.

    The (or just one?) problem seems to be that Tcl's
    'configure' script thinks that you are cross-compiling,
    which seems to be wrong (you would have mentioned that, right?).

    You mention the 'install' script - I guess that is ns2's? It
    does not seem to be doing the right thing for Tcl. At first
    sight, this is a bug in the install script.

    Maybe you could try first installing Tcl on its own, and
    only then installing ns2 - maybe it will use the previously
    installed Tcl?

     
  • Don Porter

    Don Porter - 2005-09-06
    • status: open --> open-out-of-date
     
  • Jeffrey Hobbs

    Jeffrey Hobbs - 2005-09-06
    • status: open-out-of-date --> closed-out-of-date