From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28450 invoked by alias); 8 Sep 2004 20:02:36 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 28443 invoked from network); 8 Sep 2004 20:02:34 -0000 Received: from unknown (HELO imr7.us.db.com) (160.83.77.105) by sourceware.org with SMTP; 8 Sep 2004 20:02:34 -0000 Received: from sdbo1005.db.com by imr7.us.db.com id i88K2W3p000362; Wed, 8 Sep 2004 16:02:34 -0400 Subject: build gcc 3.3.4 on AMD64/SLES8 Linux To: gcc-help@gcc.gnu.org Message-ID: From: "Weimin Zhu" Date: Wed, 08 Sep 2004 20:02:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2004-09/txt/msg00062.txt.bz2 Hi, I tried to build gcc on AMD64 Linux server running SLES8. Here what I did # configure --prefix=/64-bit/infra/GNUgcc/3.3.4 # make "make" returned error message like this: /usr/bin/ld: cannot open crti.o: No such file or directory collect2: ld returned 1 exit status make[2]: *** [32/libgcc_s_32.so] Error 1 make[2]: Leaving directory `/64b-tools/object/gcc' make[1]: *** [stmp-multilib] Error 2 make[1]: Leaving directory `/64b-tools/object/gcc' make: *** [all-gcc] Error 2 I have glibc-devel-2.2.5-213 installed, and it contains the file "crti.o". But looks like "ld" couldn't find it. Even I want to make a soft link or copy of "crti.o", I couldn't find the right directory to put it. Also, another question, even I got this worked, the binary I get will be both 32- and 64-b compatible? Any suggestion would be greatly appreciated. Thanks. -weimin -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.