Index: xotcl/xotclConfig.sh =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r894d9fdf1f31a1e18c1942007edebd85ebc5ae59 --- xotcl/xotclConfig.sh (.../xotclConfig.sh) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/xotclConfig.sh (.../xotclConfig.sh) (revision 894d9fdf1f31a1e18c1942007edebd85ebc5ae59) @@ -26,7 +26,7 @@ # String to pass to linker to pick up the XOTcl library from its # installed directory. -XOTCL_LIB_SPEC='-L/usr/lib -lxotcl1.2.1' +XOTCL_LIB_SPEC='-L/usr/lib/xotcl1.2.1 -lxotcl1.2.1' # The name of the XOTcl stub library (a .a file): # XOTCL_STUB_LIB_FILE=libxotclstub1.2.1.a @@ -37,11 +37,11 @@ # String to pass to linker to pick up the XOTcl stub library from its # installed directory. -XOTCL_STUB_LIB_SPEC='-L/usr/lib -lxotclstub1.2.1' +XOTCL_STUB_LIB_SPEC='-L/usr/lib/xotcl1.2.1 -lxotclstub1.2.1' # Name of the xotcl stub library with full path in build and install directory XOTCL_BUILD_STUB_LIB_PATH='/home/neumann/xotcl-1.2.1/libxotclstub1.2.1.a' -XOTCL_STUB_LIB_PATH='/usr/lib/libxotclstub1.2.1.a' +XOTCL_STUB_LIB_PATH='/usr/lib/xotcl1.2.1/libxotclstub1.2.1.a' # Location of the top-level source directories from which XOTcl # was built. This is the directory that contains generic, unix, etc.