Re: Problems building Tcl and Expect in MinGW



On Thu, 28 Sep 2006 Wolfgang0815@xxxxxx wrote:

Does anyone know how to build and install Tcl and Expect (and maybe
Dejagnu) in MinGW?

Thanks in advance for any help!
Sorry for my crappy english!

Wolfgang

It appears that your configure is looking to a Unix build ...

I'd suggest that you go to the tcl source tree, and in the "win"
subdirectory, create a subdir called MingW (or similar). Then,
cd into the MingW subdir (under the "win" directory), and execute:
(eg: in the ./Tcl/tcl8.4.13/win/MingW subdir)

../configure

You may have to specify additional params (for includes, target etc), but
once you get configure running to completion and Tcl installed, you're off
to the races ...

I typically build on FreeBSD using the ports X development system for
MingW, and your mileage may differ, but in the past I've used MSYS to
compile and link a tcl/tk successfully on a windows box directly.

HTH: good luck.
Rob.

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
.



Relevant Pages

  • Re: Is C portable from PC to UNIX
    ... taking the -source- to a Unix system and rebuilding would ... MingW is GCC on the M$ library plus only the patches ...
    (comp.lang.c)
  • Re: Problems building Tcl and Expect in MinGW
    ... It *IS NOT* possible to build Expect (using the sources that are for UNIX) ... MinGW is not a cross-compiler the way cygwin is. ... Because windows is not POSIX. ...
    (comp.lang.tcl)