- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Configure error --- checking for...
Configure error --- checking for libraries directory... configure: err
Configure error --- checking for libraries directory... configure: err
Hello,
Trying to build OpenModelica-1.9.3 on Slackware Current.
When I do
./configure CC=clang CXX=clang++ LDFLAGS="-lncurses" --with-cppruntime \
--prefix=/usr \
--build=$ARCH-slackware-linux \
--with-lapack="-llapack -lblas"
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking build system type... i486-slackware-linux-gnu
checking host system type... i486-slackware-linux-gnu
checking target system type... i486-slackware-linux-gnu
build_short: i486-linux-gnu
host_short: i486-linux-gnu
checking if cppruntime is requested... yes
checking for omlibrary target... core
checking for libraries directory... configure: error: no
How to correct this?
Thanks for your help.
Anand
Re: Configure error --- checking for libraries directory... configure: err
I guess you didn't clone the entire repository, but only the glue project.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Configure error --- checking for...