This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/17637] New: Top level configure doesn't support symlinks
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2004 17:57:07 -0000
- Subject: [Bug other/17637] New: Top level configure doesn't support symlinks
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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