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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,37f7915eabd86439,start X-Google-Attributes: gid103376,public From: gicca@alsys.com (Greg Gicca @pulsar) Subject: GNATbl to Unix archive? Date: 1996/06/05 Message-ID: #1/1 X-Deja-AN: 158658420 sender: news@thomsoft.com (USENET News Admin @flash) x-nntp-posting-host: pulsar organization: Thomson Software Products, San Diego, CA, USA keywords: GNAT interface link archive newsgroups: comp.lang.ada Date: 1996-06-05T00:00:00+00:00 List-Id: I have a program that provides an Ada interface to an existing utility written in C and supplied as a Unix archive file. I have ported (mostly recompiled) the interface packages with GNAT. How do I specify the archive path and file name to "gnatbl". I can see that linker options can be passed on to "gcc" with "gnatbl", but I don't know what the correct "gcc" ld option is. I tried: -l/usr/lin/libsocket.a -llibsocket.a -lsocket -L (etc) -I (etc) L (etc) I (etc) (The above is not the actual library I need but a reasonable example.) I am assuming something like: gnatbl -o unit unit.ali Thanks in advance for any help. Greg Gicca Thomson Software Products gicca@thomsoft.com