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-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Where is TASH? Date: Sat, 19 Jan 2008 23:43:09 +0000 Organization: Pushface Message-ID: 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: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1200786190 1170 62.49.19.209 (19 Jan 2008 23:43:10 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 19 Jan 2008 23:43:10 +0000 (UTC) Cancel-Lock: sha1:cZutvVzCEwIX40QTeG/uWe9BRe8= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) Xref: g2news1.google.com comp.lang.ada:19473 Date: 2008-01-19T23:43:09+00:00 List-Id: petter_fryklund@hotmail.com writes: > Thanks Simon, you are doing a great job! A pleasure (somewhat diminished by Windows ...) > 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? I think you're using tash841a? If so, there should be two .a's in the src/ directory, libtcl84.a and libtk.a. These are what GNAT needs as interfaces to tcl84.dll and tk84.dll -- at least, they would be for the Cygwin versions. I'm having trouble rebuilding them for Cygwin (EXCEPTION_ACCESS_VIOLATION when passing a chars_ptr, from memory), I don't right now know whether the ones in the distribution would work for me ... However, you say Tcl is in C:\Tcl so I suspect you have an ActiveState release. Hmm, not sure how to go about that. Anyone? Anyway, it doesn't matter so much what -L is so long as it's right, but you need to pass the libraries into the Linker as "-ltcl84", "-ltk84".