I'm facing trouble in Build and Install part the 2nd step. I gave the command
./configure --prefix=$HOME LIBS="-llapack -lcblas -latlas" CXXFLAGS="src/Makefile.inc"checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/rmulay17/Downloads/tensor-master': configure: error: C compiler cannot create executables See `config.log' for more details
I don't know if this command is correct or wrong because i don't know what to include in CXXFLAGS="..."
So, someone please guide me how to use.
/configure --prefix=$HOME LIBS="..." CXXFLAGS="..."
and tell me a simple way to install FTensor lib in Ubuntu 16.04
This is what i got after the command
./autogen.sh
