This is the mail archive of the gcc@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]

gcc 3.0 Linux make install bug?


Hi all,

Just downloaded and compiled gcc 3.0 (on a Linux platform, FWIW).  When
I "make install" (after a successfull compilation), I get a few errors
that relate to the location of the "mkinstalldirs" script.

Some of the Makefiles seem to have the wrong path:

gcc-3.0/i686-pc-linux-gnu/libjava/libltdl/Makefile
gcc-3.0/i686-pc-linux-gnu/libjava/gcj/Makefile
gcc-3.0/i686-pc-linux-gnu/libjava/include/Makefile
gcc-3.0/i686-pc-linux-gnu/zlib/Makefile
gcc-3.0/i686-pc-linux-gnu/boehm-gc/Makefile

In all these instances the line with the "mkinstalldirs = $(SHELL)
$(top_srcdir)../mkinstalldirs" seem to lead to the wrong destination - I
had to add an additional "../" to the path (IIRC, might have been one
less in one of the directories).

Hope that helps,

-Jan

-- 
Jan Schaumann 
http://www.netmeister.org


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