on 10/14/00 5:50 AM, M. Hasarin Danuningrat at [EMAIL PROTECTED] wrote: > > Hello! > I've been usinf linux manadrake 7.1 for about a week. > I use linux standalone (with no other os) > My box spec at a glance:p120, ram64mb, hd:4gb > And i'm really confused and dumb about partition(especially in linux) > I have some questions about linux > 1.I have 3partition.How to reduce the swap partition(my swap > space:254,99mb)so become about 128 mb and the rest(126.99mb) move to the > primary partition?? > > 2.what is logical partition? > 3.how can i use gcc??(write soure code, compiling, etc.) > > thanks for the answer > > > > > > _______________________________________________________ > Say Bye to Slow Internet! > http://www.home.com/xinbox/signup.html > > Update to (3) gcc is just he compiler and linker. You will need to use your favorite editor to inout the source file, I like 'vim'. Depending on the complexity og your code youmay have multiple .c, *.h, *.o, etc. Type 'man gcc' to learn more about the commands. there are also several on-line resources. >From google.com search for gcc and i am sure you will find a wealth of information I hope this helps Kevin
