This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++-v3 bootstrap error: srcdir = objdir
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: libstdc++-v3 bootstrap error: srcdir = objdir
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 3 Feb 2001 03:16:42 +0100 (CET)
- cc: Benjamin Kosnik <bkoz at redhat dot com>, Tom Tromey <tromey at redhat dot com>, <gcc-patches at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>
[ libstdc++ and gcc-patches added ]
On Sat, 3 Feb 2001, Gerald Pfeifer wrote:
> On 2 Feb 2001, Alexandre Oliva wrote:
>> Add this line to all of them and give it a try:
>>
>> mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
> I had already done that, but now the FreeBSD-port has been broken, and
> cannot use other machines at the moment. Can one of you please do that?
Ah, I had forgotten a bootstrap on one of my sparc-sun-solaris2.6 boxes
(with srcdir = objdir), another one (with srcdir != objdir) just succeeded
as well.
If it's okay, can you please install it for me (as it seems you used a
non-released version of automake)?
Thanks,
Gerald
2001-02-03 Alexandre Oliva <aoliva@redhat.com>
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Makefile.am (mkinstalldirs): Set.
* src/Makefile.am (mkinstalldirs): Set.
* libmath/Makefile.am (mkinstalldirs): Set.
* libsup++/Makefile.am (mkinstalldirs): Set.
and for libio/ChangeLog:
2001-02-03 Alexandre Oliva <aoliva@redhat.com>
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Makefile.am (mkinstalldirs): Set.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/Makefile.am,v
retrieving revision 1.16
diff -u -3 -p -r1.16 Makefile.am
--- Makefile.am 2001/01/25 04:09:21 1.16
+++ Makefile.am 2001/02/03 00:48:47
@@ -26,6 +26,8 @@ MAINT_CHARSET = latin1
SUBDIRS = libio libmath libsupc++ src
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
+
# Use $${builddir} instead of $(top_builddir) for arguments to "mkcheck"
# because then the paths will be full pathnames, not relative
# pathnames. (-Wl,--rpath seems to like this better.)
Index: src/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/src/Makefile.am,v
retrieving revision 1.66
diff -u -3 -p -r1.66 Makefile.am
--- Makefile.am 2001/01/30 09:18:51 1.66
+++ Makefile.am 2001/02/03 00:48:47
@@ -26,6 +26,8 @@
AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
+
# Cross compiler and multilib support.
# Install a library built with a cross compiler in tooldir, not libdir.
if USE_LIBDIR
Index: libmath/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/libmath/Makefile.am,v
retrieving revision 1.10
diff -u -3 -p -r1.10 Makefile.am
--- Makefile.am 2000/12/21 01:28:57 1.10
+++ Makefile.am 2001/02/03 00:48:47
@@ -23,6 +23,8 @@
AUTOMAKE_OPTIONS = 1.3 cygnus
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
+
noinst_LTLIBRARIES = libmath.la
EXTRA_LONG_DOUBLE_yes = \
Index: libsupc++/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/libsupc++/Makefile.am,v
retrieving revision 1.16
diff -u -3 -p -r1.16 Makefile.am
--- Makefile.am 2001/02/01 21:08:05 1.16
+++ Makefile.am 2001/02/03 00:48:48
@@ -24,6 +24,8 @@
AUTOMAKE_OPTIONS = 1.3 cygnus
MAINT_CHARSET = latin1
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
+
# Cross compiler and multilib support.
# Install a library built with a cross compiler in tooldir, not libdir.
if USE_LIBDIR
Index: libio/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/libio/Makefile.am,v
retrieving revision 1.19
diff -u -3 -p -r1.19 Makefile.am
--- Makefile.am 2001/01/30 09:18:50 1.19
+++ Makefile.am 2001/02/03 00:48:48
@@ -23,6 +23,8 @@
AUTOMAKE_OPTIONS = 1.3 cygnus
+mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
+
if GLIBCPP_BUILD_LIBIO
noinst_LTLIBRARIES = libio.la
else