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 11:31:13 UTC

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

Author: amassari
Date: Tue Aug 28 02:31:12 2007
New Revision: 570355

URL: http://svn.apache.org/viewvc?rev=570355&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=570355&r1=570354&r2=570355&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 02:31:12 2007
@@ -385,6 +385,17 @@
             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
+                  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
+                  in order to switch the compiler into 64 bit mode (or 32 bit
+                  mode). These options are architecture-specific and you
+                  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>
+
             <p>Now that the Makefiles are all created, you are ready to do the actual build.</p>
 
 <source>make</source>



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