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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.ams2.giganews.com!backlog3.nntp.ams3.giganews.com!backlog3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.erje.net!eu.feeder.erje.net!news.etla.org!aioe.org!.POSTED!not-for-mail From: Qun-Ying Newsgroups: comp.lang.ada Subject: Re: gprbuild and Linker_Options bug? Date: Mon, 31 Mar 2014 16:38:46 -0700 Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: QG+sVfyUW3QoXBz9uF2CgQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1001 Xref: number.nntp.dca.giganews.com comp.lang.ada:185437 Date: 2014-03-31T16:38:46-07:00 List-Id: I think I got it when change the line of Linker_Options to for Default_Switches ("ada") use ("-lgs"); gprbuild will work. Qun-Ying wrote: > package Linker is > for Linker_Options use ("-lgs"); > end Linker;