Reading the instructions, it seems that it provides a virtual environment for building programs. So just running ./configure will not have access to the build libraries. You probably need to run something like , then . I don't know for sure, though.
Code:
$ alias jhbuild="PATH=.new_local/bin:$PATH jhbuild"
Code:
jhbuild ./configure
Statistics: Posted by Elefant — Tue Jun 18, 2024 7:14 pm