Public Access Compilers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • topherwheeler@gmail.com

    Public Access Compilers

    Are there any public access GCC / Linux / GLibc compilers on the net?

    Meaning; Is there a freely available server that one could use to
    compile a C program? And possibly install the resulting binaries back
    on their personal machine.
  • jacob navia

    #2
    Re: Public Access Compilers

    topherwheeler@g mail.com wrote:
    Are there any public access GCC / Linux / GLibc compilers on the net?
    >
    Meaning; Is there a freely available server that one could use to
    compile a C program? And possibly install the resulting binaries back
    on their personal machine.
    Yes. For instance this one



    Comeau has excellent C99 support and it is a very good compiler.


    --
    jacob navia
    jacob at jacob point remcomp point fr
    logiciels/informatique

    Comment

    • CBFalconer

      #3
      Re: Public Access Compilers

      topherwheeler@g mail.com wrote:
      >
      Are there any public access GCC/Linux/GLibc compilers on the net?
      >
      Meaning; Is there a freely available server that one could use to
      compile a C program? And possibly install the resulting binaries
      back on their personal machine.
      Not very useful. Just download a suitable version of gcc and mount
      it on your machine.

      --
      [mail]: Chuck F (cbfalconer at maineline dot net)
      [page]: <http://cbfalconer.home .att.net>
      Try the download section.


      --
      Posted via a free Usenet account from http://www.teranews.com

      Comment

      • santosh

        #4
        Re: Public Access Compilers

        topherwheeler@g mail.com wrote:
        Are there any public access GCC / Linux / GLibc compilers on the net?
        >
        Meaning; Is there a freely available server that one could use to
        compile a C program? And possibly install the resulting binaries back
        on their personal machine.
        Often access to a compiler is given if you get a UNIX shell account. Try
        Google.

        Comment

        • Dr. Dimitris Zois

          #5
          Re: Public Access Compilers

          I think it might help to try http://www.dinkumware.com/exam/default.aspx

          topherwheeler@g mail.com wrote:
          Are there any public access GCC / Linux / GLibc compilers on the net?
          >
          Meaning; Is there a freely available server that one could use to
          compile a C program? And possibly install the resulting binaries back
          on their personal machine.

          Comment

          Working...