]> source.dussan.org Git - tigervnc.git/commitdiff
Document the need to specify /usr/X11R6/lib as the X11 lib path when doing a 32-bit...
authorDRC <dcommander@users.sourceforge.net>
Thu, 9 Jun 2011 20:46:54 +0000 (20:46 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 9 Jun 2011 20:46:54 +0000 (20:46 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4485 3789f03b-4d11-0410-bbf8-ca57d06f2519

BUILDING.txt

index 8bb18f224033d7cad246fb96110e9dd6301ead62..a88bb28e0b238182c89ff461cd9ac3d359b21b5d 100644 (file)
@@ -179,7 +179,14 @@ Add
 
   --host i686-pc-linux-gnu CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32' LDFLAGS=-m32
 
-to the configure or build command lines.
+to the configure or build command lines.  You may also need to add
+
+  --x-libraries=/usr/X11R6/lib
+
+to the configure or build command line if you are building on an older Linux
+distribution that stores the 32-bit X11 libraries in /usr/X11R6/lib instead of
+/usr/lib (this is known to be necessary on Red Hat Enterprise Linux 4, for
+instance.)
 
 
 64-bit Build on 64-bit OS X