libstdc++/6776: Build 3.1 Source - Build directory on another file system fails due to hard link creation.
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Thu May 23 08:42:00 GMT 2002
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
More information about the Gcc-bugs
mailing list