From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85581 invoked by alias); 29 May 2019 21:53:30 -0000 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 Received: (qmail 85559 invoked by uid 89); 29 May 2019 21:53:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Gm-Message-State:APjAAAW, month X-HELO: mail-oi1-f175.google.com Received: from mail-oi1-f175.google.com (HELO mail-oi1-f175.google.com) (209.85.167.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 21:53:28 +0000 Received: by mail-oi1-f175.google.com with SMTP id r136so3358103oie.7 for ; Wed, 29 May 2019 14:53:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pyY4/LwN9LhRbVpN9Huays/MTJcxePRPREq0q42RAKM=; b=U1aMlwfqIyU8OaQobM2W6WKT74GZYT/kHYSIFXotNbtbgyHT70IgeKILrWnEYNndJO ZuWpe/l1i0fKnE0ptZhEU4i0IQrDbWTaUy6/r5uxED+JWpaWRZ3QRCZHIWMc+302NPWV vaQ+jpkaCr8kiSW9tDuSEBgQ8MiOrdjpUnidAm+Lc/jGc4CbJOVKXIN34LkUfenOCUf2 3n0PyvfQK4j8lppwxu8P9g8Bye/ebirlrNfUVfIh7wpWKc2L5TP7hYI3juibCKxs1Zx8 MGGhNT/J+si7u9uVeYxy6za06VSGfFmVjjPYTlxXs7kql/Aomwr4mcC0yUwqc5MolRv0 LF2A== MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 29 May 2019 21:53:00 -0000 Message-ID: Subject: Re: [make profiledbootstrap] gcc-9-build/x86_64-linux-gnu/libstdc++-v3/src/debug/Makefile: No such file or directory To: Tadeus Prastowo Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00138.txt.bz2 On Wed, 29 May 2019 at 22:34, Tadeus Prastowo wrote: > > Hello, > > I am building GCC 9.1 in Ubuntu 16.04 (the host compiler is GCC 5.5.0). > > The GCC 9.1 source is the tarball released earlier this month after > the release announcement. > > The build is done in a separate build directory with the following > configure command: > ../gcc-9/configure --program-suffix=-9 --enable-languages=c,c++ > --with-gcc-major-version-only --enable-shared --enable-linker-build-id > --without-included-gettext --enable-threads=posix --enable-nls > --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug > --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new > --enable-gnu-unique-object --disable-vtable-verify --enable-plugin > --with-system-zlib --with-target-system-zlib=auto > --enable-objc-gc=auto --enable-multiarch --disable-werror > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > --enable-multilib --with-tune=generic > --enable-offload-targets=nvptx-none --without-cuda-driver > --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > > Afterwards, I issue the following command: make profiledbootstrap > > After 10 hours or so, You probably want to add -j2 or -j4 to that command (or some other value, depending how many cores you have) so you don't have to wait 10 hours.