Changed the order Cantera libraries in the LINKER statements that

come out of autoconf. An unsatisfied external occurred because
thermo occurred before kinetics. Changed thermo to occur after
kinetics.
This commit is contained in:
Harry Moffat 2007-05-04 19:47:26 +00:00
parent 41c3f28a58
commit 4f18225519

View file

@ -700,10 +700,6 @@ fi
LOCAL_LIBS=$LOCAL_LIBS' '-lequil
if test -n "$NEED_CATHERMO"
then LOCAL_LIBS=$LOCAL_LIBS' '-lthermo
fi
if test -n "$COMPILE_KINETICS"
then LOCAL_LIBS=$LOCAL_LIBS' '-lkinetics
fi
@ -712,6 +708,10 @@ if test -n "$NEED_TRANSPORT"
then LOCAL_LIBS=$LOCAL_LIBS' '-ltransport
fi
if test -n "$NEED_CATHERMO"
then LOCAL_LIBS=$LOCAL_LIBS' '-lthermo
fi
LOCAL_LIBS=$LOCAL_LIBS' '-lctnumerics
if test -n "$NEED_CVODE"; then