This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/6776: Build 3.1 Source - Build directory on another file system fails due to hard link creation.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]