[Commits] (vajda) new build upgraded to gcc 3.4 20040407
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 16 16:07:44 PDT 2004
Commit by: vajda
Modified files:
internal/PyLucene/Makefile 1.13 1.14
internal/PyLucene/Makefile.osx 1.2 1.3
internal/PyLucene/README 1.1 1.2
Log message:
new build upgraded to gcc 3.4 20040407
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/PyLucene/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.14
http://cvs.osafoundation.org/index.cgi/internal/PyLucene/Makefile.osx.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
http://cvs.osafoundation.org/index.cgi/internal/PyLucene/README.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: internal/PyLucene/README
diff -u internal/PyLucene/README:1.1 internal/PyLucene/README:1.2
--- internal/PyLucene/README:1.1 Mon Mar 15 11:48:40 2004
+++ internal/PyLucene/README Fri Apr 16 16:07:14 2004
@@ -46,10 +46,10 @@
-----------------------
Mac OS X 10.3 development tools do not ship with gcj. A separate version
- of gcc, with gcj, needs to be built. At the time of this writing, January
- 8th, 2004, the gcc 3.4 snapshot dated 20040107 should be used. It may be
+ of gcc, with gcj, needs to be built. At the time of this writing, April
+ 16th, 2004, the gcc 3.4 snapshot dated 20040407 should be used. It may be
downloaded from a number of gcc download mirrors such as:
- ftp://mirrors.rcn.net/pub/sourceware/gcc/snapshots/3.4-20040107/gcc-3.4-20040107.tar.bz2
+ ftp://mirrors.rcn.net/pub/sourceware/gcc/snapshots/3.4-20040407/gcc-3.4-20040407.tar.bz2
For build instructions, please refer to http://gcc.gnu.org or carefully
follow the simple instructions below. In any case, this separate gcc build
should not supercede or be installed in your OS X gcc install tree.
@@ -58,6 +58,7 @@
- mkdir gcc-3.4
- cd gcc-3.4
- bunzip2 -c ../gcc-3.4-20040107.tar.bz2 | tar -xvf -
+ add #define LARGE_CONFIG to boehm-gc/include/private/gc_priv.h
- mkdir build install
- cd build
- ../gcc-3.4-20040107/configure --enable-threads=posix --prefix=$CWD/gcc-3.4/install
Index: internal/PyLucene/Makefile
diff -u internal/PyLucene/Makefile:1.13 internal/PyLucene/Makefile:1.14
--- internal/PyLucene/Makefile:1.13 Fri Apr 16 10:53:35 2004
+++ internal/PyLucene/Makefile Fri Apr 16 16:07:14 2004
@@ -59,7 +59,7 @@
$(SNAP)/db/lib/libdb_java-4.2.jnilib \
$(SNAP)/db/lib/libdb_java-4.2.la \
$(SNAP)/lib/libgcc_s.1.0.dylib \
- $(SNAP)/lib/libgcj.4.dylib \
+ $(SNAP)/lib/libgcj.5.dylib \
$(SNAP)/lib/libstdc++.6.dylib
else
Index: internal/PyLucene/Makefile.osx
diff -u internal/PyLucene/Makefile.osx:1.2 internal/PyLucene/Makefile.osx:1.3
--- internal/PyLucene/Makefile.osx:1.2 Wed Apr 14 14:25:40 2004
+++ internal/PyLucene/Makefile.osx Fri Apr 16 16:07:14 2004
@@ -93,7 +93,7 @@
install $(BINDIR)/libdb_java-4.2.jnilib $(RELDIR)/db/lib
install libdb_java-4.2.la.osx $(RELDIR)/db/lib/libdb_java-4.2.la
mkdir -p $(RELDIR)/lib
- install $(GCJ)/lib/libgcj.4.dylib $(RELDIR)/lib
+ install $(GCJ)/lib/libgcj.5.dylib $(RELDIR)/lib
install $(GCJ)/lib/libstdc++.6.dylib $(RELDIR)/lib
install $(GCJ)/lib/libgcc_s.1.0.dylib $(RELDIR)/lib
More information about the Commits
mailing list