On 2018-01-14 11:03, Catonano wrote:
Trying to build G-golf in GuixSD

This is how I'm creating an environment

guix environment --ad-hoc autoconf automake pkg-config guile

and this is the result of configure

./configure: line 2497: PKG_PROG_PKG_CONFIG: command not found


How is my environment has to be done in order to successfully build G-golf ?


It doesn't find pkg-config, you can add pkg-config to --ad-hoc.

Reply via email to