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=2.7 required=5.0 tests=BAYES_05,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6bd8754795b1cddd,start X-Google-Attributes: gid103376,public From: "Dana S. Wheeler" Subject: gnatlink / gcc calling problems Date: 1998/02/12 Message-ID: <6bvfpn$3ke$1@gte2.gte.net>#1/1 X-Deja-AN: 324506450 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: gte.net X-Auth: D2159E031582C1C14BC58491 Newsgroups: comp.lang.ada Date: 1998-02-12T00:00:00+00:00 List-Id: 1. I'm building tash761 (the tcl/tk bindings) with gnat 3.09 on linux. When gnatlink calls gcc to link the object files instead of calling "gcc b_tash.o ...object file object file more object files libraries" it calls gcc "gcc b_XXXX.o ..." where XXXX are non-printing characters. gcc then naturally complains the file does not exist. 2. When I call gcc from the command line it reports that -lsocket in not a file or directory. I don-t have libsocket.a. Where can I get it and is there any particular place in the directory tree it should go? Any help would be greatly appreciated Dana Wheeler dwheeler@gte.net