[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Makefile errors



Hi!

Am Sonntag, 14.12.03 um 05:13 Uhr schrieb Terry Porter:

To make and install a tarball that you have uncompressed into a directory, say /usr/local/geda-20030901, as root type "./configure" ,...
Running ./configure should not require root privileges, in fact, it should not be done using root privileges.

this checks that your system has the necessary support, then "make",
Running make also does not require root privileges and should not be done as root.

then when the application has made, type "make install".
make install is the only step, that often requires root privileges. So I usually do ./configure and make as a regular user and to install the stuff I do

su -c "make install"

The golden rule is: Only use root privileges when they are required.

73, Mario
--
Mario Klebsch mario@klebsch.de
PGP-Key available at http://www.klebsch.de/public.key
Fingerprint DSS: EE7C DBCC D9C8 5DC1 D4DB 1483 30CE 9FB2 A047 9CE0
Diffie-Hellman: D447 4ED6 8A10 2C65 C5E5 8B98 9464 53FF 9382 F518