dejagnu
[Top][All Lists]
Advanced

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

Re: Installing Expect and DejaGnu on Mac OSX?


From: Michael Elizabeth Chastain
Subject: Re: Installing Expect and DejaGnu on Mac OSX?
Date: Sat, 10 Jan 2004 05:14:43 -0500

TCL is a library.
Expect is an executable that links to the TCL library.

When you configure Expect, you have to tell it where the TCL library
and TCL header files are.

I configure Expect like this:

  configure 
    --disable-shared \
    --with-tcl=/my/install/dir/tcl8.4.5/lib \
    --with-tclconfig=/my/install/dir/tcl8.4.5/lib \
    --with-tclinclude=/my/install/dir/tcl8.4.5/generic \

Also, Dejagnu wants to see program named "tclsh",
so I link tclsh8.4 to tclsh in the dejagnu install dir.

Hope this helps,

Michael C




reply via email to

[Prev in Thread] Current Thread [Next in Thread]