Thread: GCC 4.1.2 Issues

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    1

    GCC 4.1.2 Issues

    Hi

    I am very much new to this posts.If this post is not releven here, please let me know what could be relevent thread.

    We have a big proprietary project. Our code was compiling very properly with gcc 3.3.4 but not with 4.1.2.

    The errors what we get is "ISO forbids declaration" / undefined symbols kind of.

    my question is that is there any gcc/g++ compiler switch which can disable checking extra ISO confirmations and stick to our older ISO standards.

    in addition to this how we can figure out what ISO standards are supported by which gcc/g++ versions

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Check out the -std options.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling GNU MP
    By mattnp12 in forum C Programming
    Replies: 3
    Last Post: 06-23-2011, 03:58 PM
  2. Undefined reference to...
    By legendus in forum C Programming
    Replies: 19
    Last Post: 10-25-2009, 06:18 AM
  3. Buidl Library with ./configure script
    By Jardon in forum C Programming
    Replies: 6
    Last Post: 07-24-2009, 09:36 AM
  4. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  5. gcc 4.1.2
    By MK27 in forum Linux Programming
    Replies: 5
    Last Post: 07-14-2008, 01:22 PM