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,bde51096e6d859be X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!uucp.gnuu.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: ADAGide Linker Options From: Bernd.Specht@gmx.com (Bernd Specht) References: <909d11823019b616cbea162684e546a6@localhost.talkaboutprogramming.com> Organization: No company Message-ID: User-Agent: Xnews/4.05.03 Date: 13 Jan 2005 20:24:07 GMT NNTP-Posting-Date: 13 Jan 2005 21:24:07 MET NNTP-Posting-Host: b4091ba5.newsread4.arcor-online.net X-Trace: DXC==[`QeT3F08aTE46CRO0njm:ejgIfPPlddjW\KbG]kaMhFYk:AnJB[CmZ^mNa46IW7bWEh14DWb8DhAW7a<9[U99nZ4e;HZDXJOh X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:7734 Date: 2005-01-13T21:24:07+01:00 List-Id: "typhoon" wrote in news:909d11823019b616cbea162684e546a6@localhost.talkaboutprogramming.com: > Hello everyone! Where I can find linker options in AdaGIDE? I need to > include link to an object file. > > Thank you very much! > There is no special entry for linker options. You should add them with the "-largs " in the gnatmake entry (tools -> gnat_options). What is this for an object file?