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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.35.68 with SMTP id f4mr15721498pbj.5.1319280771868; Sat, 22 Oct 2011 03:52:51 -0700 (PDT) Path: d5ni43060pbc.0!nntp.google.com!news2.google.com!postnews.google.com!f36g2000vbm.googlegroups.com!not-for-mail From: Hans Petter Ladim Newsgroups: comp.lang.ada Subject: Re: Linking problem in GPS 2011 Date: Sat, 22 Oct 2011 03:52:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4befa02e-7854-4b66-8312-1b9a8eece5cf@f36g2000vbm.googlegroups.com> References: <5140065e-51a7-446d-8b86-13bd59b92bde@x7g2000yqn.googlegroups.com> <87fwimjd6b.fsf@ludovic-brenta.org> NNTP-Posting-Host: 79.161.178.23 Mime-Version: 1.0 X-Trace: posting.google.com 1319280771 21969 127.0.0.1 (22 Oct 2011 10:52:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 22 Oct 2011 10:52:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f36g2000vbm.googlegroups.com; posting-host=79.161.178.23; 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:14146 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-10-22T03:52:51-07:00 List-Id: Thanks for quick answer! The command: $ dpkg -L libc6-dev | grep /crt1.o Gives: /usr/lib/x86_64-linux-gnu/crt1.o The command: $ /usr/gnat/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/ld --verbose | grep SEARCH_DIR | tr ' ' '\n' Gives: SEARCH_DIR("/usr/gnat/x86_64-pc-linux-gnu/lib64"); SEARCH_DIR("/usr/gnat/lib64"); SEARCH_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/gnat/x86_64-pc-linux-gnu/lib"); SEARCH_DIR("/usr/gnat/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib"); And command export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu does not help. Still same error message. I belive the version of GPS you get from installing through apt-get is somewhat old? I hope to fix this problem using GPS 2011. Any more ideas? :) HP