]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
UNIX with latm library, inconsitent up to now (includes etc)
authorhades <hades>
Wed, 17 May 2000 05:55:19 +0000 (05:55 +0000)
committerhades <hades>
Wed, 17 May 2000 05:55:19 +0000 (05:55 +0000)
hadaq/makeenv

index 88c007b0a42657b1e747cb46877f993d7961b3c6..cae586e183b052b4f950e170c8872363e2e1e135 100644 (file)
@@ -5,7 +5,7 @@ if test $HADAQ_CONF = "UNIX"
 then
        export CC="c89"
        export RPCGEN="rpcgen"
-       export LOADLIBES="-L/usr/local/lib/ -L$HOME/lib/$SYSTYPE -lhadesstd -L/usr/fore/lib -latm -lrt -ltk -lX11 -ltcl -lm"
+       export LOADLIBES="-L/usr/local/lib/ -L$HOME/lib/$SYSTYPE -lhadesstd -llatm -L/usr/fore/lib -latm -lrt -ltk -lX11 -ltcl -lm"
        export INCLUDES="-I/usr/local/include -I$HOME/include -I/usr/fore/include"
        export DEFINES="-UNDEBUG -DHADESSTD_NEXITSTAT -DHADESSTD_NGETOPT"
 elif test $HADAQ_CONF = "HPUX"