From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e31421e8ee09dfa0 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!c23g2000hsa.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Where is TASH? Date: Sun, 20 Jan 2008 11:02:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <5af53545-c761-4f72-a05d-4ed1d345a040@c23g2000hsa.googlegroups.com> References: <7f327701-8cac-4525-81e3-41796d8ffc03@t1g2000pra.googlegroups.com> <85747d85-ac85-4771-8720-7f7e7e58f13d@f47g2000hsd.googlegroups.com> <478f4b5f$1@news.post.ch> <5084ea7f-0a27-44cc-8aca-ed10b50a2ed7@1g2000hsl.googlegroups.com> NNTP-Posting-Host: 62.49.19.209 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1200855773 23023 127.0.0.1 (20 Jan 2008 19:02:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 20 Jan 2008 19:02:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c23g2000hsa.googlegroups.com; posting-host=62.49.19.209; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19483 Date: 2008-01-20T11:02:53-08:00 List-Id: On Jan 19, 3:36=A0pm, petter_frykl...@hotmail.com wrote: > 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 You could install the gpl make from the AdaCore libre site (under tools, I think ..) However, I've just had a happy 3 hours (see http://tcladashell.wiki.sourceforge.net/DevelopingOnWindows2000) and the conclusion -- assuming you are using ActiveState's Tcl, please confirm! -- is that you probably need to say -LC:\Tcl\lib -ltk84 -ltcl84 (that's what worked for me; GNAT GPL 2007 is happy with .lib files -- when did that happen?) --S (First posting via Google Groups, blasted news.demon.co.uk seems always to fall over on Sundays!)