summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-10-15 16:10:32 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-10-15 16:10:32 +0000
commitf558bc2e997cad8453ee6687d21f2191d6724bf9 (patch)
tree915f4f9873c666c5bafb839086ae5cacd276bc8e
parentf4a853714f5adf825a6b4f8fdb5e68f97da119cb (diff)
downloadlibgpod-f558bc2e997cad8453ee6687d21f2191d6724bf9.tar.gz
libgpod-f558bc2e997cad8453ee6687d21f2191d6724bf9.tar.xz
libgpod-f558bc2e997cad8453ee6687d21f2191d6724bf9.zip
64bit configuration hints
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1122 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--TROUBLESHOOTING14
1 files changed, 10 insertions, 4 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
index 9df8835..9a1670c 100644
--- a/TROUBLESHOOTING
+++ b/TROUBLESHOOTING
@@ -26,9 +26,15 @@ will do that for you.
------------------------------------------------------------
-* When compiling for AMD64 bit add the following options when calling
- ./autogen.sh (or ./configure):
+* Compiling for 64bit systems
-./autogen.sh --prefix=/opt/gnome --enable-libsuffix=64 --libdir=/opt/gnome/lib64
+The current automake/autobuild setup doesn't set the correct
+installation path on 64bit systems. To work around this issue and to
+get the libraries installed in the correct locations you need to
+pecify a couple extra parameters to autoge .sh (or configure). If your
+installation prefix is '/opt/gnome' use the following:
-You may have to adjust --libdir according to your system.
+./autogen.sh --prefix=/opt/gnome --enable-libsuffix=64 --libdir=/opt/gnome/lib6
+
+
+If you use a diferent prefix, replace '/opt/gnome' accordingly.