Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When I install a software from source, there are many (source, object,etc.) files that might be removed after the binary is ready.
How can I remove them?
(P.S. I tried 'make clean', but that destroyed the program.)
well you'd either just delete the entire source directory or not. erm.. i guess you could put the stuff back in a tar.bz2 or something if you think you might need it later. make clean won't stop the program working, only the uninstalled version in the source directories.
Actually, 'make clean' command ruined my xmms, and I had to recompile and install it.
On the other hand: I do not know if I have a 'source directory'.
If I simply use
./configure
make
make install
will the compiled binary files or other necessary files reside in the same directory where the source and object files can be found? If so, I cannot delete the source directory as it also contains the binaries.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.