Thread: various compilers for c on linux /solaris system

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    35

    various compilers for c on linux /solaris system

    hi ,
    i couldnt figure where to put this.
    Whjat are the various C compliers on a linux OS available other than GCC?
    What difference would it make if I comple acode in GCC or CC? to what extent my code would change?
    Thanks
    shweta
    Last edited by svaidya; 06-01-2007 at 08:35 AM. Reason: subject: various complier fot c( typo)

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Amazing thing these search engines - try one today.
    http://www.pgroup.com/gindex.htm?gcl...FSQVEAod523dWQ
    http://www.intel.com/cd/software/pro...lin/277618.htm
    http://www-306.ibm.com/software/awdt...eatures/linux/

    > to what extent my code would change?
    Well if it's truly ANSI-C, then no changes at all.
    However, most people usually sneak in a few assumptions or compiler dependencies along the way, and some editing would be required.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. compiling linux file system
    By Hoshangi in forum Linux Programming
    Replies: 1
    Last Post: 08-13-2008, 10:35 PM
  2. Replies: 8
    Last Post: 03-10-2008, 12:08 PM
  3. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  4. Linux/Xp
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 06-17-2002, 11:34 AM
  5. I'm programming an opration system like as windows or linux.
    By hadizadeh in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 12-20-2001, 04:35 PM