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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b43af03023b41f76 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Mon, 10 Nov 2008 11:07:42 +0100 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: pragma Linker_Options (was: JEWL on XP?) References: <5sMRk.427973$yE1.118321@attbi_s21> In-Reply-To: <5sMRk.427973$yE1.118321@attbi_s21> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <491807ee$0$31337$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 10 Nov 2008 11:07:42 CET NNTP-Posting-Host: 7ca74ff9.newsspool4.arcor-online.net X-Trace: DXC=o2]172@ngbSE47KDAk81NW4IUKH_X;9OJDO8_SKVNSZ1n^B98iZXLGA`GUIdgX X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:2631 Date: 2008-11-10T11:07:42+01:00 List-Id: Jeffrey R. Carter schrieb: > Depending on your compiler, you may need to convert the single "pragma > Linker_Options" into multiple, one for each item in the single one. So, pragma Linker_Options can be troublesome in case one cannot change the Ada source files. (Because whenever a compilation system interprets the string_expression of the pragma and the linker does not understand the string, compilation fails.) Wouldn't it be better, in general, to avoid system dependent pragma Linker_options in source files?