Thread: compilers

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    56

    Question compilers

    Does aneybody know's a good free compiler.
    I installt some compilers but there not working

    Dev-cpp 4.0
    Microsoft visual studio 6.0 (missing sqsl.dll )
    Please reply.
    Thanks

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187

    Re: compilers

    I install some compilers but there not working
    Which compiler and what error messages?
    slackware 10.0; kernel 2.6.7
    gcc 3.4.0; glibc 2.3.2; vim editor
    migrating to freebsd 5.4

  4. #4
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    I posted this in response to a different question yesterday...

    I've used a handful of different compilers and my "out-of-the-box" experience has NEVER been very good! Getting that first "Hello World" (or other simple) program to compile has always been a pain! It's usually been a problem with the compiler being able to find the source file or the libraries, or me using the wrong command-line switches, or me not knowing where it put the exe file, etc.
    Both of the compilers you've tried-out are very popular. Do do as Jaguar suggests and sombody can probably help. Getting that first program to run can be frustrating. After that, things get better.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM
  5. target OS compilers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-01-2002, 11:08 AM