View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#8
Originally Posted by mmurfin87 View Post
For instance, when I say how to use GCC, I mean what the hell is ./configure. What is it, how do I use it, why does it exist/what other options are/were there?
http://www.gnu.org/software/autoconf/
http://www.gnu.org/software/autoconf...ode/index.html
http://www.gnu.org/software/automake/
http://sources.redhat.com/automake/a...l#Introduction

Alternatives:
http://doc.trolltech.com/4.2/qmake-manual.html
http://www.cmake.org/

And of course, straight GCC & Make without the crutches. (GCC is not ./configure and ./configure is not GCC. GCC is a compiler, ./configure is part of a tool to automatically identify necessary dependencies and their library/header paths.)

If I want to start at the very basic level, I want to customize a linux system for myself, but I can't do that because I don't know what tar.gz is (ok I know its a linux zip file) and whats even more interesting/confusing is that I thought linux didn't have file extensions? I thought there was a big file somewhere listing the permissions of each file and that was it.
http://en.wikipedia.org/wiki/Tar_%28file_format%29
http://en.wikipedia.org/wiki/Gzip

See also:
http://en.wikipedia.org/wiki/Bzip2

Extensions:
http://learn.clemsonlinux.org/wiki/File_extensions

I have no idea what you mean by a "big file" listing "permissions"... unless you're referring to the filesystem Journal:
http://en.wikipedia.org/wiki/Journaling_file_system

While we're at it, what are my package management options? What are their differences? What do each of them *do* exactly? I thought when I compiled something it just gets turned into executable bits. What are all these executable formats (eg: PE, and other ones I can't remember)? Why are there so many cryptic commands that do the same thing (apt-get install vs dpkg?)
http://en.wikipedia.org/wiki/Package_management_system

On the command line I can type "vi blahblahblah" and it will open up a vi editor, or I can type "top" and it will show me stuff. Thats all good and fine, but how do I know what I can type? Why can I run vi from the command line but I have to type the full extension of other programs?
http://www.reallylinux.com/docs/basic.shtml

I know what the X-Window system is. I've followed tutorials on how to work with different window managers and its all fairly simple. Why can't I do that on my n900?
It's heavily modified.

Basically I want to know what is everything, why is it included, how does it work, why does it work, when does it work, what does it do, why don't we use this other better thing, whats the difference between competitors? and other questions.
http://www.google.com/
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!