See folowing:
1. Build using version 0.9 of August
--------------------------------------------------------
make -k all
g95 -fmod=../../modules -c SemiBatch_Reactor_Ex01.f90 -I../../Modules
-ftrace=full
g95 -fmod=../../modules -c SemiBatch_Reactor_Model_Ex01.f90
-I../../Modules -ftrace=full
g95 -fmod=../../modules -o SemiBatch_Reactor_Ex01.exe
SemiBatch_Reactor_Ex01.o SemiBatch_Reactor_Model_Ex01.o
../../Libs/OdePack.a ../../Libs/LibOde.a ../../Libs/libMinpack.a
../../Libs/LibUtils.a ../../Libs/libGpf.a -ftrace=full
Work OK
--------------------------------------------------------
2. Build with the current snapshot (2006-10-06 20:09)
---------------------------------------------------------
make -k all
g95 -fmod=../../modules -c SemiBatch_Reactor_Ex01.f90 -I../../Modules
-ftrace=full
g95 -fmod=../../modules -c SemiBatch_Reactor_Model_Ex01.f90
-I../../Modules -ftrace=full
g95 -fmod=../../modules -o SemiBatch_Reactor_Ex01.exe
SemiBatch_Reactor_Ex01.o SemiBatch_Reactor_Model_Ex01.o
../../Libs/OdePack.a ../../Libs/LibOde.a ../../Libs/libMinpack.a
../../Libs/LibUtils.a ../../Libs/libGpf.a -ftrace=full
SemiBatch_Reactor_Ex01.o:SemiBatch_Reactor_Ex01.f90:(.text+0x16ac):
undefined reference to `rdata_MP_model02'
make: *** [all] Error 1
Return errors
---------------------------------------------------------