From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 66319385F011; Wed, 15 Apr 2020 10:40:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66319385F011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586947220; bh=9XqL0mWmhWC4V3AfRZaQbcbQRGRJlBGvndTfjgXyDeY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VRX0E5BP+fN2pUZO8eG+Xs/koRL7rAFiSubXNtqfszBZJn77oUZbR4715Dq10t+ir IiuY6LZD2CDw4NYTpQL6eTD7X6Cd0OogqpA6NGKo6+sSIHX0oxfzrw0uKofvP/9px2 S1sGzry5K7z87YW0XioxfD5LAxuGKW5OPFO/n4E0= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/94570] -fprofile-dir is broken on Cygwin Date: Wed, 15 Apr 2020 10:40:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 9.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 10:40:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94570 --- Comment #6 from Martin Li=C5=A1ka --- (In reply to John Selbie from comment #5) > > All right, so it's normal Unix file system. Can you please show me outp= ut > of the 'pwd' command? >=20 > jselbie@IRONMAIDEN ~/bench > $ pwd > /home/jselbie/bench Which is a normal UNIX filesystem. >=20 >=20 > I'm happy to test your patches, but I've actually never built gcc from > scratch before. I'd have to read the docs on how to do that. Is it has = as > simple as running "./configure" and "make" ? Please take a look here: https://gcc.gnu.org/install/index.html=