ftcl
  Home FAQ Contact Sign in
comp.lang.fortran only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.fortran Profile…
 Up
ftcl         


Author: rudra
Date: Jul 3, 2008 06: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?
6 Comments
Re: ftcl         


Author: Arjen Markus
Date: Jul 3, 2008 06:27

On 3 jul, 15:00, rudra 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
no comments
Re: ftcl         


Author: rudra
Date: Jul 3, 2008 06:42

On Jul 3, 6:27 pm, Arjen Markus 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?
no comments
Re: ftcl         


Author: rudra
Date: Jul 3, 2008 07:00

On Jul 3, 6:42 pm, rudra gmail.com> wrote:
> On Jul 3, 6:27 pm, Arjen Markus 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)
no comments
Re: ftcl         


Author: Arjen Markus
Date: Jul 3, 2008 07:00

On 3 jul, 15:42, rudra gmail.com> wrote:
> On Jul 3, 6:27 pm, Arjen Markus 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
no comments
Re: ftcl         


Author: Arjen Markus
Date: Jul 3, 2008 07:02

On 3 jul, 16:00, rudra gmail.com> wrote:
> On Jul 3, 6:42 pm, rudra gmail.com> wrote:
>
>> On Jul 3, 6:27 pm, Arjen Markus 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)
Show full article (0.84Kb)
no comments
Re: ftcl         


Author: Janne Blomqvist
Date: Jul 3, 2008 08:49

On 2008-07-03, Arjen Markus wrote:
> On 3 jul, 16:00, rudra gmail.com> wrote:
>> On Jul 3, 6:42 pm, rudra gmail.com> wrote:
>>
>>> On Jul 3, 6:27 pm, Arjen Markus 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)
> ...
Show full article (1.05Kb)
no comments