If I set
CXX="KCC" # KCC ... KAI compiler
CC="$CXX --c"then after running "AC_PROG_LIBTOOL" I get checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes How to force the libtool to enable creating shared libraries? -- ds
