From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31088 invoked by alias); 6 Nov 2011 02:18:28 -0000 Received: (qmail 31079 invoked by uid 22791); 6 Nov 2011 02:18:27 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from blu0-omc4-s18.blu0.hotmail.com (HELO blu0-omc4-s18.blu0.hotmail.com) (65.55.111.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Nov 2011 02:18:11 +0000 Received: from BLU162-W31 ([65.55.111.135]) by blu0-omc4-s18.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 5 Nov 2011 19:18:11 -0700 Message-ID: From: Nathan Ridge To: GCC Help Mailing List Subject: "ld returned 1 exit status" error while building LATEST-4.7 Date: Sun, 06 Nov 2011 02:18:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg00039.txt.bz2 I am trying to build the current LATEST-4.7 snapshot (20111105), and I am getting the following error: gcc=A0=A0 -g -fkeep-inline-functions -DIN_GCC=A0=A0 -W -Wall -Wno-narrowing= -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmis= sing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-ov= erlength-strings -Wold-style-definition -Wc++-compat -fno-common=A0 -DHAVE_= CONFIG_H=A0 -o lto1 \ =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 lto/lto-lang.o lto/lto.o lto/= lto-object.o attribs.o main.o tree-browser.o libbackend.a libcommon-target.= a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a=A0=A0 -lmpc= -lmpfr -lgmp -rdynamic -ldl=A0 -L../zlib -lz libcommon.a ../libcpp/libcpp.= a=A0=A0 ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a collect2: ld returned 1 exit status make[3]: *** [lto1] Error 1 make[3]: Leaving directory `/home/nr/Programs/gcc/build/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/nr/Programs/gcc/build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/nr/Programs/gcc/build' make: *** [bootstrap-lean] Error 2 nr@dali:~/Programs/gcc/build$ cd .. nr@dali:~/Programs/gcc$ ls Since there is no error message, I don't even know how to investigate the issue further... I am configuring with: ../src/configure --program-suffix=3D-4.7 --enable-languages=3Dc,c++ --prefi= x=3D/home/nr/Programs/gcc/dest-20111105/ and building with: make bootstrap-lean I have successfully built older snapshots (from October, IIRC) on the same = machine with the same commands. Any idea about what might be going on? Thanks, Nate =20=09=09=20=09=20=20=20=09=09=20=20