Re: vim or emacs c syntax

1999-03-13 Thread Hossein S. Zadeh
On Sat, 13 Mar 1999, Chris wrote: > I was wondering how to make vim do syntax highlighting for C code or emacs > and how to set tabs for code. Emacs should distinguish different source codes and switch to the approperaite mode (c-mode, c++-mode, latex-mode, html-mode, etc.). You can check that b

vim or emacs c syntax

1999-03-13 Thread Chris
I was wondering how to make vim do syntax highlighting for C code or emacs and how to set tabs for code. Thanks

An elementary question on linking

1999-03-13 Thread RHS Linux User
Hi, Its embarassing to discover that one doesnt really understand what is going on in the compile and link process. This is what I recently found out. The command 'gcc huffman.c codeheap.c' goes through perfectly. However, the command 'gcc -c huffman.c' and 'gcc -c codeheap.c' followed by

Re: Compiling Kernal Basics

1999-03-13 Thread David Rysdam
http://www.linux-howto.com/LDP/HOWTO/Kernel-HOWTO.html It's a little out of date, but here's the basic instructions. If you are going to use SMP, I'd get the 2.2.3 source, if I were you. When you run the config script you'll be asked if you want to enable SMP. As for long filenames, choose the

Compiling Kernal Basics

1999-03-13 Thread Dan Jue
Hello, Could someone please tell me where to find information on recompiling my linux kernal for basic (i think) system settings, such as dual processors. I'm using an i86 dual ppro, and i was hoping there was just some easy script i could follow for doing this. I've seen some websites with wind

sendinfo

1999-03-13 Thread Dan Jue
Hello, Can someone please tell me where I can find information (and pros/cons) of popular compilers like gcc, g++, cxx, and cc? I'm also looking for information on the differences between libc5 and libc6. One more thing... =) are libc6 and glibc the same? I overheard some people saying that