This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap/3281: Installation failure (mkinstalldirs)
- To: gcc-gnats at gcc dot gnu dot org
- Subject: bootstrap/3281: Installation failure (mkinstalldirs)
- From: spillner at internet24 dot de
- Date: 20 Jun 2001 07:59:52 -0000
- Reply-To: spillner at internet24 dot de
>Number: 3281
>Category: bootstrap
>Synopsis: Installation failure (mkinstalldirs)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jun 20 01:06:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: me (?)
>Release: gcc 3.0
>Organization:
>Environment:
i586-pc-linux-gnu
>Description:
I did a normal installation, and when issuing "make install",
the make procedure fails.
In libjava/libltdl it tried to run ./../../mkinstalldirs, which didn't exist there.
>How-To-Repeat:
./configure --prefix=/usr/local/gcc3
make
make install
>Fix:
A quick fix was to make an ln -s ../mkinstalldirs mkinstalldirs in the build directory ($top_srcdir)/i586-pc-linux-gnu.
Maybe the Makefile.am is wrong?
>Release-Note:
>Audit-Trail:
>Unformatted: