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!x69g2000hsx.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Where is TASH? Date: Tue, 22 Jan 2008 14:05:57 -0800 (PST) Organization: http://groups.google.com 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> <5af53545-c761-4f72-a05d-4ed1d345a040@c23g2000hsa.googlegroups.com> <479504B5.1000704@obry.net> <4795965A.8040107@obry.net> 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 1201039557 23649 127.0.0.1 (22 Jan 2008 22:05:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Jan 2008 22:05:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x69g2000hsx.googlegroups.com; posting-host=62.49.19.209; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19544 Date: 2008-01-22T14:05:57-08:00 List-Id: On Jan 22, 7:08=A0am, Pascal Obry wrote: > sjw a =E9crit : > > > The GNAT documentation that came with GPL-2007 (Windows) was where I > > got this from, there wasn't any limitation mentioned there. Anyway, > > it seems we can get away with it with Tcl. > > Well I wrote a good part of the Windows sections. So I know what I'm > talking about :) Are you saying then that the .lib is an import library > (as opposed to plain static library)? In that case yes it should work. This is in F.7 .. I think it has to be an import library, full of symbols like 00000000 T _TclpThreadExit 00000000 I __imp__TclpThreadExit > Note also that we recent GNAT versions you can even link directly > against a shared library (.dll) built with the GNU toolset. I can say -LC:/Tcl/lib (in which case I guess it sees tcl84.lib) or - LC:/Tcl/bin (in which case it has to be seeing tcl84.dll).