Hi again,
Tom Davies schrieb:
I tried again using sudo ./autogen.sh && ./configure && make && make install. but I still got the line: mkdir: cannot create directory `/usr/local/include/enet': Permission denied
Ah, I think I have it: sudo ./autogen.sh && ./configure && make && make install uses sudo only for autogen.sh, not for make install. Thus, ./autogen.sh && ./configure && make && sudo make install should work better. Greets, Andreas _______________________________________________ Enigma-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/enigma-devel
