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

Re: [ns] where to get configure.in.int64_t?



>hi,ns users!
>1.since the directory conf is not in CVS,
>how can i get the file configure.in.int64_t?

The conf directory should appear in all of the snapshots and
releases.  Is there a specific place where it's missing?

>2.when i ./configure otcl-1.0a5,then make test,
>it says:make: *** [test] Segmentation fault(core dumped)
>how can i resolve it?

This problem is covered in the ns-problems web page (see the otcl section).

>3.when i ./configure ns-2.1b6,it says:
>
>checking that c++ can handle -02... no
>...
>d is
>checking ....
>...
>checking for otcl.h.. no
>...
>configure:error:Installation of otcl seems incomplete.
>
>I am confused of that as i have modified OTCL_VERS=1.0a4 in conf/configure.in.otcl to OTCL_VERS=1.0a5,and my otcl-1.0a5 is
>in the same directory of ns-2.1b6.
>
>BTW:my configuration is:redhat6.2(with tcl/tk8.0.5,rpm)+otcl-1.0a5+tclcl-1.0b9(patched)+ns-2.1b6,
>another question:is the soure file of tcl/tk8.0.5 is nessisary for
>otcl and tclcl and ns?

You should be able to force the otcl path with the '--with-otcl=xxx'
configure option if configure can't figure it out on its own.

   -John Heidemann