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]

"make install"


Hi,

I just tried to install GCC 3.0 and what happened was an error occured
while trying to install all in i586-pc-linux-gnu/libjava/libltdl.

I attached a patch of i586-pc-linux-gnu/libjava/libltdl/Makefile

Regards,
Erik Meusel
--- Makefile_old	Wed Jun 27 10:27:01 2001
+++ Makefile	Wed Jun 27 10:24:57 2001
@@ -101 +101 @@
-mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs

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