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,6c0fedd136c7b307 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: undefined reference to `adainit' Date: Sun, 17 Feb 2008 17:51:30 +0000 Organization: Pushface Message-ID: References: <47b765d2$1@news.broadpark.no> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1203270690 14360 62.49.19.209 (17 Feb 2008 17:51:30 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 17 Feb 2008 17:51:30 +0000 (UTC) Cancel-Lock: sha1:8fzUxCkS2S9Ss0Y7v/6zZS5eHtM= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) Xref: g2news1.google.com comp.lang.ada:19837 Date: 2008-02-17T17:51:30+00:00 List-Id: Are you trying to make a GNAT project file to (re)build the library, or to use the already-built library? The one you post looks like the former. I suspect your problem is the 'for Library_Auto_Init use "False";'. Why is this here?