summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-01-09 18:24:25 -0500
committerTodd Zullinger <tmz@pobox.com>2009-01-09 18:24:25 -0500
commit14661e1fcbced111555240937215bcaa7c72cdb3 (patch)
tree0be5b3eb34f3f0f4924b71111270342ff6e2c64d
parentde2b72dc16de685a5ddc9d8289b3a4f8ad1d6c74 (diff)
downloadlibgpod-14661e1fcbced111555240937215bcaa7c72cdb3.tar.gz
libgpod-14661e1fcbced111555240937215bcaa7c72cdb3.tar.xz
libgpod-14661e1fcbced111555240937215bcaa7c72cdb3.zip
Minor grammatical fixes
-rw-r--r--TROUBLESHOOTING8
1 files changed, 4 insertions, 4 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
index d4e1225..2d2fe1b 100644
--- a/TROUBLESHOOTING
+++ b/TROUBLESHOOTING
@@ -67,15 +67,15 @@ to work) fine.
* Compiling for 64bit systems
-The current automake/autobuild setup doesn't set the correct
+The current autoconf/automake 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
+specify a couple extra parameters to autogen.sh (or configure). If your
installation prefix is '/opt/gnome' use the following:
-./autogen.sh --prefix=/opt/gnome --enable-libsuffix=64 --libdir=/opt/gnome/lib6
+./autogen.sh --prefix=/opt/gnome --enable-libsuffix=64 --libdir=/opt/gnome/lib64
-If you use a diferent prefix, replace '/opt/gnome' accordingly.
+If you use a different prefix, replace '/opt/gnome' accordingly.
Added on 2007/1/15: Note that I don't have any problems on my Debian
4.1.1-13 system and won't have to do any of this.