From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90551 invoked by alias); 15 Jan 2017 16:50:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 90527 invoked by uid 89); 15 Jan 2017 16:50:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Gupta, gupta, ashish, Libstdc X-HELO: mail-ua0-f170.google.com Received: from mail-ua0-f170.google.com (HELO mail-ua0-f170.google.com) (209.85.217.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Jan 2017 16:50:07 +0000 Received: by mail-ua0-f170.google.com with SMTP id 96so67477502uaq.3 for ; Sun, 15 Jan 2017 08:50:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=q3b0SwNfG6HNkTIbU1m75lZjVQtRksfubcuAc7lFuD0=; b=Qf+xYX3kGS9O0FSYOSJrIgOFv0xmHmLYC8DuPRu5yxlU7BvmGd2yhF48ClOIIlQ5PS Bo6yy/z5l5/2wB+DB+yLBygR8b08WeJ6r9Pvp9Us45VGms8yQymX6oaAavqOCoAdCa1l hzhsYtS1qQxIVonr3dn7Q1aKJSWWErXWx3drx/r4iDu0+lWdTuCEM4j8Q/NfRionT6ZM KPKeCW3sDAtzt7dvKZMmgdqClFEdTf7rzqP7L/HQVa3gY2Kzx61k5RKSnnIDdHVV4Lf5 F3JIqEU4cHAf+C0EOSIR+PMUpK1GshwrSK9zASxEcG5oJVM7qCuVaQEfgzP9Ipw6Ke8d e4kA== X-Gm-Message-State: AIkVDXJSsL9/+8QhyhQj1R/GDaSPkh+ARZO5PLnDpmCico3Z57LG+hklCZDB5ddvP8Fhxg+LA4AZ8Cz2Md89Vw== X-Received: by 10.176.22.158 with SMTP id e30mr15723514uaf.33.1484499005465; Sun, 15 Jan 2017 08:50:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.6.233 with HTTP; Sun, 15 Jan 2017 08:50:05 -0800 (PST) In-Reply-To: References: <20170114132112.2f68ba96@h4xX0r-r3b0rn> From: Ashish Gupta Date: Sun, 15 Jan 2017 16:50:00 -0000 Message-ID: Subject: Re: Broken links for 4.9.4 manuals To: Jonathan Wakely Cc: "gcc@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-01/txt/msg00123.txt.bz2 Thanks for the quick fix, and also for the 4.9.3 suggestion! Regards, Ashish Gupta On Sun, Jan 15, 2017 at 1:49 PM, Jonathan Wakely wrote: > On 15 January 2017 at 01:23, Jonathan Wakely wrote: >> On 14 January 2017 at 12:21, Unknown wrote: >>> Hi! >>> >>> I found the official GCC page for manuals[1]. >>> But unfortunately, the libstdc++ docs for my compiler version (4.9.4) >>> cannot be accessed due to broken links on the webpage. >>> >>> These are the ones that do not work presently: >>> >>> GCC-4.9.4 Manuals >>> - GCC 4.9.4 Standard C++ Library Manual (also in PDF or XML or >>> an HTML tarball) >>> - GCC 4.9.4 Standard C++ Library Reference >>> Manual (also in PDF or XML GPL or XML GDL or an HTML tarball >>> >>> Please note that none of the PDF/XML/Tarball/others work. >>> >>> Could someone fix them up? >> >> Yes, I can do that. In the meanwhile you can use the (almost >> identical) docs for 4.9.3 instead, by manually changing the URLs from >> 4.9.4 to 4.9.3 e.g. >> >> https://gcc.gnu.org/onlinedocs/gcc-4.9.3/libstdc++/manual/ >> >> Thanks for pointing it out. > > The Libstdc++ docs for 4.9.4 are online now, all the links should be > working correctly. > > Thanks again.