From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17781 invoked by alias); 16 Sep 2004 19:50:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17773 invoked from network); 16 Sep 2004 19:50:14 -0000 Received: from unknown (HELO mail28.ha.ovh.net) (213.186.33.51) by sourceware.org with SMTP; 16 Sep 2004 19:50:14 -0000 Received: (qmail 27261 invoked by uid 503); 16 Sep 2004 19:49:33 -0000 Received: from d213-101-192-51.cust.tele2.fr (HELO ?192.168.1.100?) (laurent%guerby.net@213.101.192.51) by ns0.ovh.net with SMTP; 16 Sep 2004 19:49:33 -0000 Subject: Ada: prj-attr-pm.ads/b missing in FSF CVS From: Laurent GUERBY To: Arnaud Charlet Cc: gcc@gcc.gnu.org Content-Type: text/plain Message-Id: <1095364197.6762.41.camel@pc.site> Mime-Version: 1.0 Date: Thu, 16 Sep 2004 21:20:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg01022.txt.bz2 Hi Arnaud, to workaround the shared library link problem on x86_64 I reported earlier I tried --disable-shared, it avoided the original problem but it showed later that at least one package is missing from FSF CVS: ../../xgcc -B../../ -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -gnatpg -gnata -I- -I../rts -I. -I/home/guerby/work/gcc/version-head/gcc/ada /home/guerby/work/gcc/version-head/gcc/ada/prj-attr.adb -o prj-attr.o make[4]: *** No rule to make target `prj-attr-pm.o', needed by `b_gnatm.c'. Stop. make[4]: Leaving directory `/home/guerby/work/gcc/build/build-20040916T205503/gcc/ada/tools' make[3]: *** [gnattools1] Error 2 It is with'ed by prj-dect.adb and was introduced in the latest Ada commit: * Makefile.in: Add prj-attr-pm.o to gnatmake object list But the source file was not added to CVS, could you double check on your side? Thanks in advance, Laurent