Thread: VS2005 to gcc

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    6

    VS2005 to gcc

    Hi, I have a simple C++ source file which works perfectly in Visual
    Studio 2005. Unfortunately I have to get it compiled for use on a
    remote linux machine. Using putty I get a zillion cryptic error
    messages that scroll off the putty screen making it impossible to see
    the first error messages. Is there a way to compile Linux executables
    on Windows or somehow get a more forgiving Linux compiler or a page
    with all the nonos in gcc that are acceptable in VS?

    edit when I use g++ instead of gcc all I get is an a.out file
    Last edited by Jarwulf; 06-19-2008 at 09:45 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  3. Compiles on gcc 3.3 but not on gcc 4.0.3
    By cunnus88 in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2007, 12:24 PM
  4. gcc configuration under linux advice needed
    By vart in forum Tech Board
    Replies: 9
    Last Post: 01-10-2007, 02:46 PM
  5. gcc
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-22-2003, 03:46 PM