-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello!
I am trying to build QIO on Linux but the following problem has been encountered:
//----------------------
checking for qmp-config... no
configure: WARNING: QMP configuration program qmp-config not found.
configure: WARNING: Set environment variables QMP_CFLAGS QMP_LDFAGS QMP_LIBS
before configure
//-----------------------
But, the QMP lib is preinstalled in $HOME/qmp-single
with the following command:
$HOME/qmp-2.5.2/configure --prefix=$HOME/qmp-single --with-qmp-comms-type=SINGLE CC=gcc CFLAGS="-O2 -std=gnu99". The compilation was done successful.
This is how I am trying to configure QIO library (inside $HOME/qio-2.5.0).
./configure --prefix=$HOME/qio-2.5.0 --with-qmp=$HOME/qmp-single
Could you please help me with this issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels