Skip to content

QMP configuration program qmp-config not found #4

@dklyuchinskiy

Description

@dklyuchinskiy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions