>>>>> "Jifl" == Jonathan Larmour <[EMAIL PROTECTED]> writes:

    Jifl> I remember adding support for manually using
    Jifl> --with-tcl-header and --with-tcl-lib to allow flexibility
    Jifl> for dealing with layout oddities. It seems this support
    Jifl> disappeared with this change:

    Jifl> 2003-02-12  Bart Veer  <[EMAIL PROTECTED]>

    Jifl>         * acinclude.m4: Another attempt at the Tcl macro, to cope with
    Jifl>         cygwin tcl 8.3 and 8.4. Also fix some problems with VC++ 
builds.

    Jifl> Now those configure command-line overrides are only used for
    Jifl> building with MSVC. Seems like it would be worth
    Jifl> reinstating.

The problem is that a full solution actually requires more than just
tcl.h and the library. For Tcl you also need to worry about TCL_LIBS
and TCL_LD_FLAGS - jld ran into problems in this area a couple of
weeks back trying to build statically-linked versions of the tools.
Tk requires TK_LIBS. On Unix-like systems there is really no sensible
alternative to processing tclConfig.sh and tkConfig.sh. When building
with Visual C++ everything is of course completely different.

Bart
    
-- 
Bart Veer                                   eCos Configuration Architect
eCosCentric Limited    The eCos experts      http://www.ecoscentric.com/
Barnwell House, Barnwell Drive, Cambridge, UK.      Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.

Reply via email to