From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id 76E913858D1E for ; Tue, 13 Sep 2022 14:37:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 76E913858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x536.google.com with SMTP id z13so3935819edb.13 for ; Tue, 13 Sep 2022 07:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=oXB9MJ1w6nNw8gfbla5rtE90uth6vWCQ2n8lzwbArAo=; b=W+NiY8iJfZ5emZGcqxR93rVvou4ce+/vzeI2W6bLlE1jFY699RLgeqTziRnakDx8EY SulQZSYYC6+do4W0X8QHOdylEHeGc6rEJbszYLb9Vlowf3pRJHKLWSqj6/1AawGSLVmV xyXVGfpxRHALvlyt+tYi9XDRhLKsw2R2lsnd9khWKmFgIhooEVOaMM1HnczNYpihxVA3 rMJF64zP30XkMTPiC7gXkaNb31my8jO+VfQJTNdx4XtNtEoBDS1faVzlFi/m2vVnvfPT 1W4MckLd/WHU3uknoqj/DOqA+hf2sa5Kge+2ZbMoKANUdzmKKYWLx5WnxQGvmTq3+7IG 1GOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=oXB9MJ1w6nNw8gfbla5rtE90uth6vWCQ2n8lzwbArAo=; b=2Av+MLQdPkxLSKUOTbR39gfpUeij/qi3cweqixQrDlC9jQa1ZsLyTRqWWubh0thMRv c9pn/Ojmj7rY4utGll5Ox+yvhZXN1rvuGyJsIugsPZEuaTjGu20wE3Myzj8p602yd/1o ig4wXR68Tnbv9mIos9KpmbcuWDmbGqbUgAA8C+FCTLHjwDJiz3KgoZMwP5TpvJVnqutM piyaSsM0dPoEIonvGoYHIZgq6aeUotv5uh4/+TKcZ/J2ukTqbApI/XaMQSvYAl1skSQW lG3CFXk27y0RoQl+AKAKcbO+dlMFc7MyqNFTVGzO/UbtLyizTbkGBg+Uug9JtUqvZs6V qqHg== X-Gm-Message-State: ACgBeo2cKQaqBEkqO1ttZpS5gunGpEwKK7/ETu5LceMmxq7ftjqDviYf G+BszsDa2JlxWsjjlUbDvdxcNFLDUNLJM+gQdQ0= X-Google-Smtp-Source: AA6agR5gojzi7VTnVKM24jR+n9Mv3IMKrUjMXtx9PXYNtBeg/zsBvYzPDB6UHlYan/MaRgdYHqTkhx8vaZsQ7FFfQRM= X-Received: by 2002:a05:6402:184:b0:442:fd54:2a21 with SMTP id r4-20020a056402018400b00442fd542a21mr26076736edv.129.1663079841043; Tue, 13 Sep 2022 07:37:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 13 Sep 2022 15:37:09 +0100 Message-ID: Subject: Re: attempt to compile gcc failed To: Jerome Yanga Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 13 Sept 2022 at 14:43, Jerome Yanga via Gcc-help wrote: > > Hello. I attempted to compile gcc but it failed with an error that is > unknown to me. > > Help. > > "checking whether the C compiler works... no > > configure: error: in > `/data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp': > > configure: error: C compiler cannot create executables > > See `config.log' for more details Did you do this? The error was in a sub-directory, so you want to check /data/rock3/wine/builds/gcc-12.2.0/x86_64-pc-linux-gnu/libgomp/config.log There will be lots of errors in that file, because the configure script tries lots of things that aren't all expected to work. You need to look for the problem that occurs just before it logs the "cannot create executables" message.