thomas: server README.1st,1.99,1.100

cvs at kolab.org cvs at kolab.org
Tue Feb 17 11:49:50 CET 2009


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv9999

Modified Files:
	README.1st 
Log Message:
Document simpler/cleaner workaround (-O --use_cc=gcc-4.2) for kolab/issue2871
(openpkg-20071227-20071227 does not compile with gcc 4.3)


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- README.1st	21 Jan 2009 11:06:47 -0000	1.99
+++ README.1st	17 Feb 2009 10:49:48 -0000	1.100
@@ -385,13 +385,13 @@
 
     - Compiling openpkg-20071227-20071227 does not work with gcc 4.3, e.g.
       on Debian/lenny. As a workaround you can install the gcc-4.2 package,
-      but you have to make sure that "gcc" calls this version. If your system
-      uses a symbolic link /usr/bin/gcc -> gcc-4.3 you can execute:
+      but you have to make sure that OpenPKG calls this version by passing
+      the --use_cc option to it via the -O flag of install-kolab.sh, e.g.:
 
-        ln -sf gcc-4.2 /usr/bin/gcc
+      # sh install-kolab.sh -O --use_cc=gcc-4.2 ...
 
-      "gcc --version" should report 4.2.x now. See kolab/issue2871
-      (openpkg-20071227-20071227 does not compile with gcc 4.3) for details.
+      See kolab/issue2871 (openpkg-20071227-20071227 does not compile with
+      gcc 4.3) for details.
 
     - Your system (C library) has to support all languages you want to have
       available in the web admin interface and fbview. For most languages you





More information about the commits mailing list