public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/13993] New: Relative path as srcdir causes problem
@ 2004-02-03  8:43 Hilfinger at gnat dot com
  2004-04-21 21:16 ` [Bug bootstrap/13993] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Hilfinger at gnat dot com @ 2004-02-03  8:43 UTC (permalink / raw)
  To: gcc-bugs

Configuring the head version of GCC with 

  CC=gcc ../../src/gcc-head/configure --enable-languages="c" \
--prefix=$HOME/obj/gcc-head/install

causes a problem after

make bootstrap
make install

Specifically, within the gcc subdirectory, 'make install' looks for install-sh
in ../../src/gcc-head, the top-level source directory, which is wrong (should be
../../../src/gcc-head.  This is a change from earlier versions (3.3.2, for
example).  It is causes by the definition of INSTALL in the top-level
Makefile.in, which gets passed down to and overrides the (correct) definition
of INSTALL in the gcc subdirectory.  

If the use of relative paths when invoking configure is to be deprecated, there
should be a warning.  Better still, revert to the previous definition of INSTALL
or otherwise convert to an absolute pathname for INSTALL, as previous versions
did.

-- 
           Summary: Relative path as srcdir causes problem
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Hilfinger at gnat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev67-dec-osf5.1
  GCC host triplet: alphaev67-dec-osf5.1
GCC target triplet: alphaev67-dec-osf5.1


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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2005-03-23 20:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-03  8:43 [Bug other/13993] New: Relative path as srcdir causes problem Hilfinger at gnat dot com
2004-04-21 21:16 ` [Bug bootstrap/13993] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-04-25 21:02 ` pinskia at gcc dot gnu dot org
2004-05-26 21:02 ` pinskia at gcc dot gnu dot org
2004-06-02 20:18 ` [Bug bootstrap/13993] [3.5/3.4 " pinskia at gcc dot gnu dot org
2004-06-02 20:18 ` pinskia at gcc dot gnu dot org
2004-06-02 20:20 ` pinskia at gcc dot gnu dot org
2004-06-02 20:21 ` pinskia at gcc dot gnu dot org
2004-06-09 19:32 ` mmitchel at gcc dot gnu dot org
2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
2004-07-04 19:38 ` pinskia at gcc dot gnu dot org
2004-07-30 15:20 ` pinskia at gcc dot gnu dot org
2004-08-29 19:09 ` mmitchel at gcc dot gnu dot org
2004-10-01 12:31 ` [Bug bootstrap/13993] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-10-01 12:31 ` pinskia at gcc dot gnu dot org
2004-10-23 19:22 ` pinskia at gcc dot gnu dot org
2004-10-23 20:31 ` [Bug bootstrap/13993] [3.4 " pinskia at gcc dot gnu dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2005-01-07  3:13 ` pinskia at gcc dot gnu dot org
2005-02-02 14:30 ` pinskia at gcc dot gnu dot org
2005-03-08 17:31 ` drow at gcc dot gnu dot org
2005-03-23 20:35 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).