I'm trying to install qml package in kdb, and encounters the compiling error selecting C floating-point options... not found -ffloat-store is assumed by some libraries.
I've found this post three years ago asking the same question. compiling qml in macOS kdb+/q (CFLAG?) Yet the solution provided doesn't work for me. After brew install gcc
and ./configure CC=gcc
I still got the same error message.
Besides that, I also have another issue, the configure always recognizes kdb as m64 and version 3. However What I have is m32 and version 4. Does anyone know how I can manually change it? thanks.