Re: where to find bin, include and lib directories in tcl8.0 version source code
From: David Gravereaux (davygrvy_at_pobox.com)
Date: 11/23/04
- Next message: Mac A. Cody: "Re: Announce: Trampoline! - Helping Acrobat documents leap off the Tk canvas"
- Previous message: Andy McAllister: "Re: tcl upgrade on redhat 5.2"
- In reply to: hari gunupudi: "where to find bin, include and lib directories in tcl8.0 version source code"
- Next in thread: hari gunupudi: "Re: where to find bin, include and lib directories in tcl8.0 version source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Nov 2004 21:14:29 -0800
hari.gunupudi@gmail.com (hari gunupudi) wrote:
>my ultimate task is to generate a dll file to be used in tcl8.0
>enviroment.
>i am using swig and visual c++ to get this done.
>
>i tried doing this with tcl8.4.7 version and i am able to generate it
>and work with it (as explained in the documentation from www.swig.org
>i need to give paths of tcl\lib and tcl\include to get the dll
>generated)
>
>now i am trying to do the same with tcl8.0
>
>so problems are:
>
>1) so i went to tcl website and downloaded the tcl 8.0.5 version and
>unzipped it. but i am not able to find the following directories:
>include and lib.
>
>2) i have some how guessed that i need to essentially give paths of
>tcl.h and tcl8x.lib files. i have downloaded tcl80vc.lib from
>somewhere and gave the path and so i generated the dll file. now i
>need to load this dll in tcl and see whether it runs or not. so i need
>to execute tclsh, but i am not able to find tclsh. there is no bin
>directory at all in the tcl8.0 version source code. where do i get
>tclsh.exe in tcl8.0.
C:\tcl_src\win>nmake -f makefile.vc
IIRC, you need to open makefile.vc in a text editor and place the correct
paths to your compiler tools as seen in the top of the file.
>i dont know if i am lost or if i have downloaded the wrong source code
>for tcl8.0. i have used this link to download
>http://www.tcl.tk/software/tcltk/8.0.html and i have downloaded the
>source code in the windows source releases section.
>
>some one please help me figure out how to come out of this problem.
>help is greatly appreciated.
-- David Gravereaux <davygrvy@pobox.com> [species: human; planet: earth,milkyway(western spiral arm),alpha sector]
- Next message: Mac A. Cody: "Re: Announce: Trampoline! - Helping Acrobat documents leap off the Tk canvas"
- Previous message: Andy McAllister: "Re: tcl upgrade on redhat 5.2"
- In reply to: hari gunupudi: "where to find bin, include and lib directories in tcl8.0 version source code"
- Next in thread: hari gunupudi: "Re: where to find bin, include and lib directories in tcl8.0 version source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|