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 X-Google-Thread: 103376,5fad37e7b6e75b9d,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.31.73 with SMTP id y9mr16476751pbh.0.1319226115855; Fri, 21 Oct 2011 12:41:55 -0700 (PDT) Path: d5ni40649pbc.0!nntp.google.com!news2.google.com!postnews.google.com!x7g2000yqn.googlegroups.com!not-for-mail From: Hans Petter Ladim Newsgroups: comp.lang.ada Subject: Linking problem in GPS 2011 Followup-To: comp.lang.ada Date: Fri, 21 Oct 2011 12:41:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5140065e-51a7-446d-8b86-13bd59b92bde@x7g2000yqn.googlegroups.com> NNTP-Posting-Host: 79.161.178.3 Mime-Version: 1.0 X-Trace: posting.google.com 1319226115 1963 127.0.0.1 (21 Oct 2011 19:41:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 21 Oct 2011 19:41:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x7g2000yqn.googlegroups.com; posting-host=79.161.178.3; posting-account=bXa9kQoAAADQ0LSY80qTyLW4hcbm0Soz User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: news2.google.com comp.lang.ada:14136 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-10-21T12:41:55-07:00 List-Id: Hello, I want to use GPS 2011 GPL edition from Adacore on my Linux Mint based on debian. I have installed GPS with the doinstall command using the default install settings all the way. I have also installed libc6-dev with apt-get install libc6-dev. The problem is that the project in GPS will not link. The error from the GPS output is: gnatmake -d -P/home/hp/gpsproject/pwm/pwm.gpr gnatbind -I- -x /home/hp/gpsproject/pwm/test_pwm.ali gnatlink /home/hp/gpsproject/pwm/test_pwm.ali -o /home/hp/gpsproject/ pwm/test_pwm /usr/gnat/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status gnatlink: error when calling /usr/gnat/bin/gcc gnatmake: *** link failed. The command: readlink -f ld gives /home/hp/ld. But I also find (as given i the error above) ld in /usr/gnat/libexec/ gcc/x86_64-pc-linux-gnu/4.5.3/ld I am new toboth Ada and Linux so this may be a very simple problem! I hope my information about the problem was suffcient. Thanks in advance! HP