|
Prev: "system" extension on Windows
Next: Get system time
From: rudra on 3 Jul 2008 09:00 dear friends (and specially Arjen), i am trying to "learn" ftcl. the example directory of the disribution needs 'config.mk' which does not included the distribution. can any1 provide me the file?
From: Arjen Markus on 3 Jul 2008 09:27 On 3 jul, 15:00, rudra <bnrj.ru...(a)gmail.com> wrote: > dear friends (and specially Arjen), > i am trying to "learn" ftcl. the example directory of the disribution > needs 'config.mk' which does not included the distribution. can any1 > provide me the file? Have you run the config.tcl script in the main directory? This tries to identify what (suitable) compilers you have and puts that information in the config.mk file. Regards, Arjen
From: rudra on 3 Jul 2008 09:42 On Jul 3, 6:27 pm, Arjen Markus <arjen.mar...(a)wldelft.nl> wrote: > Have you run the config.tcl script in the main directory? > Arjen the problem is the config.tcl is set for windows....what to do for linux?
From: rudra on 3 Jul 2008 10:00 On Jul 3, 6:42 pm, rudra <bnrj.ru...(a)gmail.com> wrote: > On Jul 3, 6:27 pm, Arjen Markus <arjen.mar...(a)wldelft.nl> wrote:> Have you run the config.tcl script in the main directory? > > Arjen > > the problem is the config.tcl is set for windows....what to do for > linux? actually when i tried to run tclsh, the output is as follows: $ tclsh config.tcl invalid command name "reportError" while executing "reportError "Header file tcl.h not found"" (procedure "findTcl" line 54) invoked from within "findTcl" (file "config.tcl" line 446)
From: Arjen Markus on 3 Jul 2008 10:00
On 3 jul, 15:42, rudra <bnrj.ru...(a)gmail.com> wrote: > On Jul 3, 6:27 pm, Arjen Markus <arjen.mar...(a)wldelft.nl> wrote:> Have you run the config.tcl script in the main directory? > > Arjen > > the problem is the config.tcl is set for windows....what to do for > linux? :) Just run: tclsh config.tcl on your Linux machine. It should work Regards, Arjen |