From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by sourceware.org (Postfix) with ESMTPS id A7D3D3858D1E for ; Thu, 14 Jul 2022 18:50:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A7D3D3858D1E Received: by mail-ej1-x631.google.com with SMTP id l23so5030443ejr.5 for ; Thu, 14 Jul 2022 11:50:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ysl3UTuzOXuIUV34Y+OE/YGRngLGr/GTBIr9fmocZBE=; b=WBnwG8LLx6j1ynhSv7im2+zfAWthE5IhXesOn2jYjfYlfsOnjemks12MdD2gfO4nXS DaYWoGpI9S2huEusZ6GQv83jpjBGaGpvbho/l2cznI1FNLmOgyjvAmwSqchUue84vDYR UtnexotzXJ4O7WS959TuQJ4AeCmxmyXbmLSXvrGXVVA4dnV0TUsULO1lc9SpAHJ7Yd1r 9Qoop4XidRbBQexQ4hOYlLuAq1ReoAECDksIofnmY9+Lv/YmQ5TAiSMKmAU1YSdQPeJO P/PHqtOll77S7B4hdH5kI5TKLnccGuiHx8cJi3nNvY0O2RNWNhgYQP3gHUl3UoUrVMN2 Vjng== X-Gm-Message-State: AJIora/WxEaSU/bM/cRusPAuMdCScO+LBCCC3untMt9JHOR2wz8+ssEb BW6wWVXG/XfJ7sBigJ8c/McHZ96LD6LrUCnKuAk= X-Google-Smtp-Source: AGRyM1uSoWcgUtg9tejhI+GMY5aHqcVxVdXoWeCfpTpXi3tdvQsAM4ubLf9SwRrjlP1Mrl6dM8oI11IzfjwTdsjKcy8= X-Received: by 2002:a17:907:7349:b0:72d:a080:f8b0 with SMTP id dq9-20020a170907734900b0072da080f8b0mr7654633ejc.389.1657824625493; Thu, 14 Jul 2022 11:50:25 -0700 (PDT) MIME-Version: 1.0 References: <6A2F680E-2A62-46AA-8320-B799E1B49357@gmail.com> <00A550FF-E267-496E-B1B0-B2FF9A87589E@gmail.com> In-Reply-To: <00A550FF-E267-496E-B1B0-B2FF9A87589E@gmail.com> From: Jonathan Wakely Date: Thu, 14 Jul 2022 19:50:14 +0100 Message-ID: Subject: Re: Compiling gcc-3.4.6 on sparc Solaris 9 To: Daniel Santos Cc: Rainer Orth , 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, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2022 18:50:28 -0000 On Thu, 14 Jul 2022 at 19:40, Daniel Santos wrote: > > Hello, > > As to switching to gcc 4.9, can my currently installed gcc 3.4.6 build it ? Yes. > While sticking to the 3.4.6 version, I removed the solaris ld out of the way and am building it with gnu ld. > > Right now I have the following error : > > rm -f libv3test.a > ar cru libv3test.a testsuite_abi.o testsuite_allocator.o testsuite_hooks.o > ranlib libv3test.a > touch testsuite_wchar_t > /export/home/dlsa/code/gcc-3.4.6/libstdc++-v3/scripts/create_testsuite_files \ > /export/home/dlsa/code/gcc-3.4.6/libstdc++-v3/testsuite `${PWDCMD-pwd}` > /bin/ksh: /export/home/dlsa/code/gcc-3.4.6/libstdc++-v3/scripts/create_testsuite_files: cannot execute It's telling you it can't execute the script. Is that file executable? It should be.