This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


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

Re: [ANNOUNCE] Libgcj in gcc tree availability.



Bryce McKinlay writes:

> I just did a complete reconfigure/rebuild of gcc from a clean build
> directory.  Still got same problem ;-(

I just realized that on 12/05, I accidentaly reverted:

  2000-11-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
        * Makefile.in: Regenerate.

When reverting an other patch:

  2000-12-05  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* src/Makefile.am (libstdc++.INC): Revert for libjava builds.
	* src/Makefile.in: Regenerate.

What follows seem to let libgcj build. Benjamin, can I check this fix
in? I tested it with a make && make install from scratch.

./A

2000-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* src/Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include
	2000-11-12 hunk.
	* src/Makefile.in: Rebuilt.

Index: libstdc++-v3//src/Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/src/Makefile.am,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile.am
--- Makefile.am 2000/12/06 03:05:12     1.56
+++ Makefile.am 2000/12/10 08:21:08
@@ -326,7 +326,7 @@ libstdc++.INC: Makefile
        mv tmp-$@ $@
 
 tmp-libstdc++.INC: Makefile
-       echo -I$(top_builddir) $(INCLUDES) > $@
+       echo $(INCLUDES) > $@
 
 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
 # modified in a per-library or per-sub-library way.  Need to manually


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