Index: xotcl/xotclConfig.sh =================================================================== diff -u -r836f3964b3b9bff2d75f7f0b5dbc7939164ba24e -rf909cd44b7d6b7fe9a120885b206d34100c46c0d --- xotcl/xotclConfig.sh (.../xotclConfig.sh) (revision 836f3964b3b9bff2d75f7f0b5dbc7939164ba24e) +++ xotcl/xotclConfig.sh (.../xotclConfig.sh) (revision f909cd44b7d6b7fe9a120885b206d34100c46c0d) @@ -24,7 +24,7 @@ # String to pass to compiles to pick up the XOTcl includes from their # installed directory. -XOTCL_INCLUDE_DIR="/usr/include/xotcl1.3.5" +XOTCL_INCLUDE_DIR="/usr/local/aolserver40r8//include/xotcl1.3.5" XOTCL_INCLUDE_SPEC="-I$XOTCL_INCLUDE_DIR" # The name of the XOTcl library (may be either a .a file or a shared library): @@ -36,7 +36,7 @@ # String to pass to linker to pick up the XOTcl library from its # installed directory. -XOTCL_LIB_SPEC='-L/usr/lib/xotcl1.3.5 -lxotcl1.3.5' +XOTCL_LIB_SPEC='-L/usr/local/aolserver40r8//lib/xotcl1.3.5 -lxotcl1.3.5' # The name of the XOTcl stub library (a .a file): # XOTCL_STUB_LIB_FILE=libxotclstub1.3.5.a @@ -47,11 +47,11 @@ # String to pass to linker to pick up the XOTcl stub library from its # installed directory. -XOTCL_STUB_LIB_SPEC='-L/usr/lib/xotcl1.3.5 -lxotclstub1.3.5' +XOTCL_STUB_LIB_SPEC='-L/usr/local/aolserver40r8//lib/xotcl1.3.5 -lxotclstub1.3.5' # Name of the xotcl stub library with full path in build and install directory XOTCL_BUILD_STUB_LIB_PATH='/home/neumann/xotcl-1.3.5/libxotclstub1.3.5.a' -XOTCL_STUB_LIB_PATH='/usr/lib/xotcl1.3.5/libxotclstub1.3.5.a' +XOTCL_STUB_LIB_PATH='/usr/local/aolserver40r8//lib/xotcl1.3.5/libxotclstub1.3.5.a' # Location of the top-level source directories from which XOTcl # was built. This is the directory that contains generic, unix, etc. @@ -65,5 +65,5 @@ XOTCL_UNSHARED_LIB_SUFFIX=1.3.5${DBGX}.a # the shell in whose installation dirs the xotcl package is installed -XOTCL_COMPATIBLE_TCLSH=/home/neumann/tcl8.4.9/unix/tclsh +XOTCL_COMPATIBLE_TCLSH=/home/neumann/tcl8.4.7/unix/tclsh