From: Pascal Obry on
Simon Wright a �crit :
> Winzip understands .tar.gz .. so does PowerArchiver, nice
> alternative. If Vista native doesn't .. well, the 8.4.1 release is a
> zip file.

<OT plug>

The best archiver for Windows is probably 7zip. It understand lot of
formats (.zip, .tar, .gz, .bz2...), come with nice explorer, as Windows
shell integration and it is Open Source GNU/LGPL. 7zip also supports its
own compression format better than anything else!

http://www.7-zip.org/

A must for Windows users I would say.

</OT plug>

Pascal.

--

--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
From: Ludovic Brenta on
petter_fryklund(a)hotmail.com 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.
From: Simon Wright on
Simon Wright <simon.j.wright(a)mac.com> writes:

> May be easier to move to SF's own wiki engine. Yet another %(^*^&
> wiki markup to learn ...

Done. The old MediaWiki is still there, but I think I've moved
everything over (not a huge task!).

Syntax not too different, the fact that it has so few features helps!
From: petter_fryklund on
Thanks Simon, you are doing a great job!

I still have problems with linking, since I do not have any make
installed, in fact I am reluctant to installing one. I would like to
maintain my software using GPS and project files. Does anybody know
how my -L should look like? Or is it erroneous pragma Imports, since I
am on Windows?

Regards,
Petter
From: petter_fryklund on
On 18 Jan, 21:06, Ludovic Brenta <ludo...(a)ludovic-brenta.org> wrote:
> petter_frykl...(a)hotmail.com 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.- Dölj citerad text -
>
> - Visa citerad text -

No, that was not the problem. Must be something else.

I appreciate the help one get here very much! I hope I someday may
return the favours!

Regards,
Petter