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,4cabfb8e49247533 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Lucretia" Newsgroups: comp.lang.ada Subject: Re: Multiple shared libraries with a single spec Date: 5 Nov 2005 03:44:55 -0800 Organization: http://groups.google.com Message-ID: <1131191095.053777.140450@z14g2000cwz.googlegroups.com> References: <1131107328.981560.222350@g43g2000cwa.googlegroups.com> <1131119582.929654.323550@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 194.74.199.42 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1131191099 24683 127.0.0.1 (5 Nov 2005 11:44:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 5 Nov 2005 11:44:59 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 Symantec_Web_Security (3.0.1.74), 1.0 C2100-0050414028 (NetCache NetApp/5.5R5) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=194.74.199.42; posting-account=G-J9fgwAAADgpzBiEyy5tO4f8MX5fbpw Xref: g2news1.google.com comp.lang.ada:6233 Date: 2005-11-05T03:44:55-08:00 List-Id: Stephen Leake wrote: > What I meant was 'using file system symbolic links' is compiler > independent. My option of using GNAT project files is not compiler > independent. Oh. Well, the symbolic links are only in use to get the thing working, nothing more. > Hmm. Maybe I misread what you wrote, and you didn't mean 'file system > symbolic links'. > > > But you should be able to do this on Windows, > > Windows does not support file system symbolic links. Well, yeah. But I'm working on Linux so I'm not too bothered about getting a test program working on Windows. > > Hmmm, haven't used project files yet. > > They are very nice. For example, they make it easy to specify compiler > options on a per-file basis (which I use to work around compiler bugs > :). I'll look into it. Can they be used for mixed language programming? I'm using makefiles for wxAda a the moment. > > I ask about this, because I'm generating 2 libs, each have slightly > > different ALI's and I was wondering whether this way would cause > > problems in the future? > > Of course it can cause problems. But using per-target build > directories, and using project files, can solve those problems. I had another look at the ALI's and the differences were in the numbers (hash values, I think). Thanks, Luke.