2010-04-10

[iBook G4 / Mac OS X 10.4] Compile expect 5.44.1.15 againt Tcl 8.5.8 without Tk

  • Compile tcl-8.5.8:
  • $ ./configure ...
    $ make
    $ sudo make install
    $ sudo make install-private-headers
  • Compile expect-5.44.1.15:
    • Follow instructions of this post.
    • OSX has no ldconfig and /etc/ld.so.conf. To run the compiled expect, first export DYLD_LIBRARY_PATH=/usr/local/expect-5.44.1.15/lib/expect5.44.1.15. Man dyld for more details.