[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a glitch in NS-ALL-IN-ONE
hi,
To fix it is easy, but I am not sure why configure script behave that
way on Linux? (just like sometime you explicitly tell configure using
with-tcl=path and it reports "can't find it or sth like incomplete
installation" anyway). I don't have such problem on FreeBSD.
A diff attached:
[fwang2@catamaran ns2]$ diff install install.orig
91c91
< ./configure --with-tcldebug=no --with-otcl=../otcl --with-tclcl=../TclCL
--with-tcl=../tclbox --with-tk=../tkbox --disable-static || die "Ns
configuration failed! Exiting ..."
---
> ./configure --with-otcl=../otcl --with-tclcl=../TclCL
--with-tcl=../tclbox --with-tk=../tkbox --disable-static || die "Ns
configuration failed! Exiting ..."
103c103
< ./configure --with-tcldebug=no --with-otcl=../otcl --with-tclcl=../TclCL
--with-tcl=../tclbox --with-tk=../tkbox --disable-static || die "Nam
configuration failed! Exiting ..."
---
> ./configure --with-otcl=../otcl --with-tclcl=../TclCL
--with-tcl=../tclbox --with-tk=../tkbox --disable-static || die "Nam
configuration failed! Exiting ..."
On Sat, 14 Feb 1998, Gang Xu wrote:
> On Sat, 14 Feb 1998, Feiyi Wang wrote:
> > On Linux platform, when do install and compiling ns, it complain that
> > can't continue without tcldebug (sth like tcldebug installation not
> > complete) and suggest use --with-tcldebug=no.
> >
> > There is no tcldebug in all-in-one, I guess the "install" script need such
> > an option(--with-tcldebug=no) to fix it.
> I met the same problem in Linux system. However, I can install it
> successfully in Solaris. Can someone tell me what is the problem?
>
> Thanks.
>
> ----------------------------------
> Gang Xu
> Department of CS
> University of Alabama, Tuscaloosa
> Tel: (205)348-0996(O)
> http://www.eng.ua.edu/~gxu
> ----------------------------------
>
>