* Alan Grunwald <nospam.nurdglaw@gmail.com>Thanks Ralf, I'll bear that in mind as an option.
| If I install the Visual Studio C++ compiler a) It takes ages to start
| up and b) requires that I put sources etc. etc. in places that I would
| rather not have them.
I think there is a rather current makefile.vc in current TCL source
releases which should work from a VS cmd.exe.
| Ideally, I'd like to build under Cygwin and install to C:\tcl9.0.4, if
| I must, I'm happy to build under MSys and install to the same place.
We're building TCL/Tk in 'old' msys-1 bash and using the VS compiler:
- start a VS development cmd.exe to get the necessary environment
- in that, start msys bash
- in that:
export CC=cl PATH=/c/windows/system32:$(PATH)
cd $(TCLDIR)/win \
&& ./configure --enable-threads --disable-symbols --prefix .... --enable-64bit \
&& make RC=rc STLIB_LD="link.exe -lib -nologo" SHLIB_LD="link.exe -dll -incremental:no -nologo \
&& make install install-private-headers
I would guess mingw on current msys2 should work even better with all defaults...
HTH
R'
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,126 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 49:09:15 |
| Calls: | 14,414 |
| Calls today: | 2 |
| Files: | 186,400 |
| D/L today: |
10,326 files (2,795M bytes) |
| Messages: | 2,548,842 |
| Posted today: | 1 |