All Questions
Tagged with makefile error-handling
3 questions
0
votes
0
answers
632
views
Error when using 'make install' command in qbittorrent installation
I am attempting to install qbittorrent software from tar.gz (https://www.qbittorrent.org/download.php) on ubuntu 22.04. I can unpack the zip files, run configure, and make executes just fine, but when ...
1
vote
1
answer
6k
views
Error when using 'make install' command
I am attempting to install the WRF weather software (http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php#STEP7) that requires the installation of certain libraries. I can unpack the ...
3
votes
1
answer
22k
views
Package was not found in the pkg-config search path
I am trying to install WaoN. When I run sudo make -f Makefile.waon it gives me the following errors:
gcc -Wall -march=pentium -O3 -ffast-math `pkg-config --cflags fftw3` `pkg-config --cflags sndfile` ...