All Questions
Tagged with checkinstall make
5 questions
1
vote
0
answers
140
views
Kernel Paniced after trying to compiling & installing an app and then deleting its folder
Hi today i downloaded the angband game and decided to compile it myself so i extracted the files and ran these commands on my terminal
./autogen.sh
./configure --with-no-install
sudo checkinstall
...
1
vote
0
answers
1k
views
Problem with programme installation in Ubuntu 16.04
The full error I get when I type make is
Making install in libraries/utils
make[1]: Entering directory '/home/ioanna/Desktop/Biogeme/biogeme-2.5/libraries/utils'
make install-am
make[2]: Entering ...
2
votes
1
answer
5k
views
checkinstall / make does not work for the program razercfg that I wish to install
My goal is to change my mouse DPI. So any less frustrating solution is also welcome.
I've already searched and read through the other topics about razercfg & many others trying to figure out how ...
1
vote
1
answer
2k
views
Checkinstall .deb package not create empty directories
I'm trying to create a .deb package for my xymon-client installation, but it is not creating the empty directories used for logs and temp files.
If I run checkinstall -D make install or checkinstall
...
1
vote
1
answer
472
views
`make install` fails apparently due to typo, but not in makefile: How to find and fix?
I'm trying to install the fujitsu-usb-touchscreen drivers from here, on Kubuntu 12.04 on my new Fujitsu LifeBook P1630. (See fujitsu-usb-touchscreen on kubuntu 13.04 (64-bit) on P1630: `make` errors.) ...