Thread: SEIV on Linux
View Single Post
  #9  
Old August 3rd, 2001, 08:27 PM
Taqwus's Avatar

Taqwus Taqwus is offline
Major General
 
Join Date: Aug 2000
Location: Mountain View, CA
Posts: 2,162
Thanks: 2
Thanked 4 Times in 4 Posts
Taqwus is on a distinguished road
Default Re: SEIV on Linux

If you're looking for a free C/C++ compiler for Linux, there's gcc (which IS by Gnu folks.. unlike the kernel...). Non-miniature distributions usually include gcc as compiler, plus GNU make, various binary utilities such as an assembler, GNU's C library, and a linker. There's gdb, the GNU debugger, and ddd, a GUI front-end to gdb. Various text editors, such as Emacs and vim, typically have support such as syntax highlighting, parentheses matching, and allowing a separate frame with compiler output.

gcc happens to be common on many Unices, although in general if there's a vendor compiler it may be MUCH better in terms of optimizations and so forth.

I've no experience with Linux IDEs, however; am strictly a text-editor / CLI compiler guy, never having liked even IDEs for DOS and Windows. There are some available, IIRC, but I can't comment on 'em.

Incidentally, gcc came out with a recent 3.0 release. I wouldn't touch it with a 10-ft pole yet, because of all the non-trivial stuff that's been changed. Oh, and Linux, and its GNU Public License, is definitely not public domain. Mr. Stallman would probably go berserk if told it was.

------------------
-- The thing that goes bump in the night
__________________
Are we insane yet? Are we insane yet? Aiiieeeeee...
Reply With Quote