From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8106 invoked by alias); 3 Dec 2012 03:41:23 -0000 Received: (qmail 8098 invoked by uid 22791); 3 Dec 2012 03:41:22 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GX X-Spam-Check-By: sourceware.org Received: from mail-pb0-f47.google.com (HELO mail-pb0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Dec 2012 03:41:18 +0000 Received: by mail-pb0-f47.google.com with SMTP id un1so1488495pbc.20 for ; Sun, 02 Dec 2012 19:41:18 -0800 (PST) Received: by 10.68.137.167 with SMTP id qj7mr25274071pbb.148.1354506078548; Sun, 02 Dec 2012 19:41:18 -0800 (PST) Received: from [192.168.44.2] ([124.16.139.62]) by mx.google.com with ESMTPS id o1sm7261880paw.0.2012.12.02.19.41.16 (version=SSLv3 cipher=OTHER); Sun, 02 Dec 2012 19:41:17 -0800 (PST) Message-ID: <50BC1F58.3030003@gmail.com> Date: Mon, 03 Dec 2012 03:41:00 -0000 From: tmp15711 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jonathan Wakely CC: gcc-help@gcc.gnu.org Subject: Re: gcc 4.8 search path usr/... instead of /usr/... References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-12/txt/msg00013.txt.bz2 > On Dec 2, 2012 2:04 AM, "y y" wrote: >> >> Hi, >> I have built gcc 4.8 successfully with the configuration: >> ../gcc-trunk/configure -v --with-pkgversion='ubuntu12.04-64' >> --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr >> --program-suffix=-4.8 --enable-shared --enable-linker-build-id >> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext >> --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 >> --libdir=/usr/lib --enable-nls --with-sysroot=/ > > Why are you using --with-sysroot ? Thank you! That's the problem! Just remove it!