Yili Chen - 2015-12-01

We have download toast++_v1.0.3_linux,and put in it under ubuntu 14.04,matlab2014b.
We compile and install it follow the web instruction.
we do :

cd toastpp
export TOASTDIR=$PWD
./configure

source toast.env
make numerics
make toast

and then problems happy:

 -lm -L/home/yl/toast/toastpp/gcc4.8.4_shared/lib -lstoast -lfe -lmath -lsuperlu -larpack -ltoastlapack -ltoastblas -lfsbtk    -lfdot

/usr/bin/ld: cannot find -lfdot
collect2: error: ld returned 1 exit status
make[2]: *** [rte3D_localbasis] Error 1
make[2]: Leaving directory /home/yl/toast/toastpp/gcc4.8.4_shared/obj/liblocalbasisRTE3D' make[1]: Leaving directory/home/yl/toast/toastpp/src'

Can you help me to correct it ?Why there cannot find -lfdot?Thanks very much.