summaryrefslogtreecommitdiffstats
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-15 16:10:32 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-15 16:10:32 +0000
commit1bb6bfa5b7478be4c43042a6af8e5c21b0a583b0 (patch)
tree915f4f9873c666c5bafb839086ae5cacd276bc8e /TROUBLESHOOTING
parent69d6d3c98a61805d01f892d97832d77ebb0b51c6 (diff)
downloadlibgpod-1bb6bfa5b7478be4c43042a6af8e5c21b0a583b0.tar.gz
libgpod-1bb6bfa5b7478be4c43042a6af8e5c21b0a583b0.tar.xz
libgpod-1bb6bfa5b7478be4c43042a6af8e5c21b0a583b0.zip
64bit configuration hints
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1122 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'TROUBLESHOOTING')
-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.