QUESTION : i’m trying to install a program which is supposed to work on any 64 bit unix environment with […]
Tag: make
Error compiling gcc on Raspberry Pi (Raspbian): make: *** [bootstrap] error
Problem : I’m trying to compile the gcc version 2.95.3 on raspbian, I need it in order to compile the […]
Proper way to build from sources
Problem : I am logged in as a regular user. Should I use: ./configure && make && make install or […]
The program ‘make’ is currently not installed
Problem : I have my server Ubuntu 11.04 (VPS OVH ) and I want to install “eaccelerator”. When I try […]
gcc-4.8.2 make command error
Problem : our server has “gcc-4.4.7-3.el6.x86_64” I was trying to upgrade to “gcc-4.8.2” from source. configure completed without errors make […]
Can’t compile anything, not sure why (puppy linux)
Problem : I’m stuck on linux for a while while I try to fix my normal computer functionality, and though […]
What happens when I run “./configure” in Linux?
Problem : When we try to ./configure some Linux software from source before makeing it, usually there is a huge […]
Need assistance with understanding this make file for debian linux
Problem : I have this code in make file and i could not get it CHECK=dpkg -L $1 2>&1 >$(NULL) […]
Compiling Snort for OpenWRT
Problem : I’m trying to install Snort on an OpenWRT VM. I followed the instructions on the Snort homepage and […]
Avoid “rm” in makefile
Problem : I have a question concerning a line in a Makefile. I have a target to “clean” my locally […]