Re: [TDK-BETA] Linux tclapp undesired output file
by Andreas Kupries other posts by this author
Feb 13 2007 10:57AM messages near this date
view in the new Beta List Site
[TDK-BETA] Linux tclapp undesired output file
|
[TDK-BETA] compiled script crashing
> Hi,
>
> I don't known if it happens also in windows, because I haven't
> tested, but in
> Linux, if I use the tclapp I have the next undesired effect:
>
> - Prefix file: ~/src/buildbin/base-tk8.5-thread-linux-ix86
> - Output file: ~/src/buildbin/myapp
>
> After wrapping, the output file that I get is:
> ~/src/buildbin/myapp.5-thread-linux-ix86
>
> I'm using Tcl Dev Kit 4 Build 274417
I will have to dig through the implementation to refresh my memory regarding
the exact algorithm however I do remember that there are situations where
tclapp adds an extension to the output file, and in your case it apparently
takes the extension of the basekit, i.e. '.5-thread-linux-ix86'.
What happens when you specify your output file with an extension instead of
just 'myapp' ?
--
Andreas Kupries <andreask@[...].com>
Developer @ http://www.ActiveState.com
Tel: +1 778-786-1122
_______________________________________________
Tdk-beta mailing list
Tdk-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/tdk-beta
Thread:
Carlos Tasada
Andreas Kupries
|