Re: Where is TASH?



petter_fryklund@xxxxxxxxxxx writes:
I used Zipeg.

SInce I do not have any make, and hopefully will not nedd one, I
created my gpr file in src directory and compiled all TASH packages. I
then created:-

.....
package Linker is
for Default_Switches ("ada") use ("-g", "-L C:\Tcl\lib
\tcl84.lib");
end Linker;
.....
in the apps directory and tried to build the Plang program, but the
-L was not effective in resolving references to ie
Tcl_AppendStringsToObj. What am I doing wrong this time?

I think you need to remove the space after -L.

--
Ludovic Brenta.
.