You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2007/08/28 16:27:12 UTC

svn commit: r570443 - /xerces/c/branches/xerces-2.7/doc/build-winunix.xml

Author: amassari
Date: Tue Aug 28 07:27:12 2007
New Revision: 570443

URL: http://svn.apache.org/viewvc?rev=570443&view=rev
Log:
Documentation update. Patch by Boris Kolpackov

Modified:
    xerces/c/branches/xerces-2.7/doc/build-winunix.xml

Modified: xerces/c/branches/xerces-2.7/doc/build-winunix.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/doc/build-winunix.xml?rev=570443&r1=570442&r2=570443&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/build-winunix.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/build-winunix.xml Tue Aug 28 07:27:12 2007
@@ -385,7 +385,7 @@
             to that, it has set a few environment variables to correctly configure
             your compiler and compiler flags too.</p>
 
-            <note>If you are building a 64 bit &XercesCName; library
+            <note>If you are building a 64 bit &XercesCName;
                   using g++ that by default generated 32 bit code (or vice
                   versa), then you will need to specify additional compiler
                   and linker options via the -z and -l runConfigure options
@@ -394,7 +394,11 @@
                   may need to consult the GCC manual to determine which
                   ones to use. For the x86-64, PowerPC, and SPARC
                   architectures these options are -m64 (64 bit mode) and
-                  -m32 (32 bit mode).</note>
+                  -m32 (32 bit mode). Note also that if you are using
+                  the packageBinaries.pl script to build &XercesCName;
+                  then you may need to modify this script to pass the
+                  necessary options to runConfigure.
+            </note>
 
             <p>Now that the Makefiles are all created, you are ready to do the actual build.</p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org