comp.lang.ada
 help / color / mirror / Atom feed
From: petter_fryklund@hotmail.com
Subject: Re: Where is TASH?
Date: Fri, 18 Jan 2008 08:05:24 -0800 (PST)
Date: 2008-01-18T08:05:24-08:00	[thread overview]
Message-ID: <68993875-41e2-400e-9c57-301b90963219@s27g2000prg.googlegroups.com> (raw)
In-Reply-To: 479050cf$1@news.post.ch

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:-

with "../src/tash";
project Plang is

   for Languages use ("Ada");
   for Source_Dirs use (".");
   for Object_Dir use ".";
   for Exec_Dir use "..\bin";
   for Main use ("plang.adb");

   package Builder is
      for Default_Switches ("ada") use ("-g", "-gnatQ");
   end Builder;

   package Binder is
      for Default_Switches ("ada") use ("-static");
   end Binder;

   package Linker is
      for Default_Switches ("ada") use ("-g", "-L C:\Tcl\lib
\tcl84.lib");
   end Linker;

   package Compiler is
      for Default_Switches ("Ada") use ("-g", "-gnato", "-fstack-
check", "-gnatVa");
   end Compiler;
end Plang;

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?

Regards,
Petter



  reply	other threads:[~2008-01-18 16:05 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-16 16:59 Where is TASH? petter_fryklund
2008-01-16 20:27 ` Ludovic Brenta
2008-01-16 20:55   ` petter_fryklund
2008-01-17  7:14     ` petter_fryklund
2008-01-16 20:54 ` Simon Wright
2008-01-17  8:42   ` Jean-Pierre Rosen
2008-01-17  9:36     ` petter_fryklund
2008-01-17 11:56       ` Jean-Pierre Rosen
2008-01-17 12:34         ` Martin Krischik
2008-01-17 13:22           ` petter_fryklund
2008-01-17 16:05             ` petter_fryklund
2008-01-18  0:54               ` Simon Wright
2008-01-18 18:27                 ` Pascal Obry
2008-01-18  0:56           ` Simon Wright
2008-01-18  7:10             ` Martin Krischik
2008-01-18 16:05               ` petter_fryklund [this message]
2008-01-18 20:06                 ` Ludovic Brenta
2008-01-19 16:34                   ` petter_fryklund
2008-01-19  8:18             ` Simon Wright
2008-01-19 15:36               ` petter_fryklund
2008-01-19 23:43                 ` Simon Wright
2008-01-20 10:47                   ` petter_fryklund
2008-01-20 19:02                 ` sjw
2008-01-21 15:46                   ` petter_fryklund
2008-01-21 16:10                     ` petter_fryklund
2008-01-21 17:22                       ` Jean-Pierre Rosen
2008-01-21 20:46                   ` Pascal Obry
2008-01-21 22:20                     ` sjw
2008-01-22  7:08                       ` Pascal Obry
2008-01-22  7:21                         ` petter_fryklund
2008-01-22 16:59                           ` Pascal Obry
2008-01-22 19:20                             ` petter_fryklund
2008-01-22 22:15                               ` sjw
2008-01-23 12:30                                 ` petter_fryklund
2008-01-23 12:44                                   ` Pascal Obry
2008-01-23 12:58                                     ` petter_fryklund
2008-01-23 13:07                                       ` Pascal Obry
2008-01-23 13:17                                         ` petter_fryklund
2008-01-23 20:49                                           ` petter_fryklund
2008-01-22 22:05                         ` sjw
2008-01-23  8:30                           ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox