Tagged Questions
0
votes
1answer
237 views
Files built with a makefile are disapearing (including the binary)
I am building a program on a TS-7800(SBC), and when I run make (show below), it appears to go through all of the steps normally, but in the end i do not get a binary file. Why is this, and how can I ...
7
votes
7answers
7k views
./configure && make && make install
I am logged in as a regular user. Should I use:
./configure && make && make install
or
sudo ./configure && sudo make && sudo make install
or
./configure ...
3
votes
3answers
815 views
Have: Debian - Doesn't work: Internet - Need: make or automake
I recently installed Debian Lenny 5.0.3 on a macbook (black, model 4,1). The system seems to work.
However, I found out that my ethernet port is not working (I have only used wireless so far), and ...