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]

[Bug other/17637] New: Top level configure doesn't support symlinks


Top level configure has things like

if test -f ${topsrcdir}/gcc/version.c ; then

It doesn't work with symlinks. I have

[hjl@gnu gcc]$ ls -l gcc/version.c
lrwxrwxrwx    1 hjl      hjl            36 Sep 23 10:44 gcc/version.c ->
../../../../import/gcc/gcc/version.c

-- 
           Summary: Top level configure doesn't support symlinks
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17637


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