Re: [tkined] problems in configuring SCOTTY on Digital Unix 4.0D

Bernard BARBIER (bernard.barbier@creatis.insa-lyon.fr)
Wed, 30 Sep 1998 09:24:13 +0200

Giovanni Malacrida wrote:
>
> Hi all,
>
> I'm having problems configuring SCOTTY 2.1.9 on an Alpha machine with
> Digital Unix 4.0D.
> When launching ./configure, the procedure stop when looking for the file
> tclConf.sh, complaining
> that the file couldn't be found: I've browsed the whole file system, but
> couldn't find any file with that name.
> TCL, on Digital Unix 4.0D, is installed at OS installation time (I think
> it's now version 8.0).
>
> (By the way is --with-tcl-config option there to point to a directory where
> tclConf.sh file is
> supposed to be in, or has it some other meaning?)
>
> The following is the output of ./configure.
>
> -----------------------------------------------------------------------
>
> # ./configure
> loading cache ./config.cache
> checking how to run the C preprocessor... cc -E
> checking for flex... flex
> checking for yywrap in -lfl... no
> checking for bison... no
> checking for byacc... no
> checking for a BSD compatible install... /usr/bin/installbsd -c
> checking for prefix by checking for scotty... no
> checking for prefix by checking for tclsh... /usr/bin/tclsh
> checking size of long... 8
> checking whether byte ordering is bigendian... no
> checking for rpcgen... rpcgen
> checking for tclsh... /usr/bin/tclsh
> checking for tclConfig.sh in /usr/lib... no
> checking for tclConfig.sh in /usr/lib... no
> checking for tclConfig.sh in /usr/local/lib... no
> configure: error: tclConfig.sh not found - use the --with-tcl-config option
>
> --------------------------------------------------
>
> Any help really appreciated.

Hello,

I run DU 4.0D on a DEC 3000/600 and scotty :-) (thanks Juergen)

I done the following :

Install tcl 7.6 :
$ ./configure --enable-gcc --enable-shared
$ make ; make install

Install tk 4.2
$ ./configure --enable-gcc --enable-shared
$ make ; make install

Both in /usr/local.

Then, compile and install scotty :

gcc may crash compiling ntping. Then use cc
(I didn't search why !... obsure problem on my computer....))

$ ./configure --enable-gcc --enable-shared --with-tcl --disable-multicast
$ make
...

gcc -c -O -I. -DHAVE_CONFIG_H ./../tnm/ntping/ntping.c
./../tnm/ntping/ntping.c: In function `receive_pkt':
./../tnm/ntping/ntping.c:700: structure has no member named `ip_hl'
make: *** [ntping.o] Error 1
<14:35:22> cc -c -O -I. -DHAVE_CONFIG_H ./../tnm/ntping/ntping.c
<14:37:36> make

done !

It works !...

-- 

Amitiis, Bernard.

--
 Bernard BARBIER  - CREATIS (CNRS-UMR 5515/INSA/UCB/INSERM)
 System-manager / Postmaster.    Phone : +33 472 438 973
 URL : http://www.creatis.insa-lyon.fr
--
 Tous les cornichons ne sont pas en pot !
 (Proverbe Quibecois)
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.