From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 706 invoked by alias); 23 May 2002 15:42:44 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 684 invoked by uid 61); 23 May 2002 15:42:43 -0000 Date: Thu, 23 May 2002 08:42:00 -0000 Message-ID: <20020523154243.683.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mat_geek@yahoo.com, nobody@gcc.gnu.org From: bkoz@gcc.gnu.org Reply-To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mat_geek@yahoo.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6776: Build 3.1 Source - Build directory on another file system fails due to hard link creation. X-SW-Source: 2002-05/txt/msg00740.txt.bz2 List-Id: Synopsis: Build 3.1 Source - Build directory on another file system fails due to hard link creation. State-Changed-From-To: open->analyzed State-Changed-By: bkoz State-Changed-When: Thu May 23 08:42:42 2002 State-Changed-Why: In this case, the file include/Makefile.am uses constructs like: @LN_S@ $$h ./$${official_name} || true ; Where LN_S comes from acinlude.m4:56 (GLIBCPP_CONFIGURE) # Will set LN_S to either 'ln -s' or 'ln'. With autoconf 2.5x, can also # be 'cp -p' if linking isn't available. #ac_cv_prog_LN_S='cp -p' AC_PROG_LN_S This appears to be broken. Since this is a standard autoconf macros, perhaps you can report this on the autoconf list and see what the status is? thanks, benjamin http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6776