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]

bootstrap/3281: Installation failure (mkinstalldirs)



>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:


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