summaryrefslogtreecommitdiff
path: root/conf.sh
diff options
context:
space:
mode:
authormwesdorp <mwesdorp>2014-03-01 17:01:09 +0000
committermwesdorp <mwesdorp>2014-03-01 17:01:09 +0000
commitc4fcec88ba2ee0c96f3a36c053c1fa5e855426ed (patch)
tree7b631ef8b8f469431b9559c12158b729858b809f /conf.sh
parentd53419f61525c97f4018e5051617ea4a3d9b0b21 (diff)
sqsh-2.5 new features and bugfixes
Diffstat (limited to 'conf.sh')
-rwxr-xr-xconf.sh24
1 files changed, 12 insertions, 12 deletions
diff --git a/conf.sh b/conf.sh
index 2b8f60b..dc7645f 100755
--- a/conf.sh
+++ b/conf.sh
@@ -1,22 +1,22 @@
#!/bin/bash
#
# File: conf.sh
-# A wrapper file to run configure with the correct settings.
-# Check your configuration and adjust accordingly. When you are finished
-# run this script from the prompt: cd ~/sqsh-2.4 && ./conf.sh
-# If configure completes successfully, continue with make and make install.
+# A wrapper file to run configure with adjusted settings.
+# Check your configuration and make changes accordingly. When you are finished
+# run this script from the prompt: cd ~/sqsh-2.5 && ./conf.sh
+# If 'configure' completes successfully, continue with make and make install.
#
-export CC="gcc"
+# export CC="gcc"
#
# General 64bit compile flag settings (Linux, Solaris)
# Uncomment the LDFLAGS line with -lcrypt if you want to use the \lock command
# in combination with your Unix/Linux password to unlock the sqsh session.
#
-export CPPFLAGS="-DSYB_LP64"
-export CFLAGS="-g -O2 -Wall -m64"
-export LDFLAGS="-m64"
+#export CPPFLAGS="-DSYB_LP64"
+#export CFLAGS="-g -O2 -Wall -m64"
+#export LDFLAGS="-m64"
#export LDFLAGS="-m64 -lcrypt"
#
@@ -31,13 +31,13 @@ export LDFLAGS="-m64"
# Uncomment these settings if you want to build a 32 bit version of sqsh
#
#export CPPFLAGS=""
-#export CFLAGS="-g -O2 -Wall"
-#export LDFLAGS="-lcrypt"
+#export CFLAGS="-g -O2 -Wall -m32"
+#export LDFLAGS="-m32 -lcrypt"
#
# If you want to include X-Windows and optional Motif libraries to create
# result sets in a separate window (\go -x), then remove the # comment sign on
-# the configure line.
+# the configure line. (X and Motif development packages required)
#
-./configure --with-readline # --with-x --with-motif
+./configure --with-readline --with-debug # --with-x --with-motif