Hi all,
I am a reasonably experienced C/C++ developer but I have always used Visual Studio... until now! I have recently had to move to Eclipse as I am working on Linux. I have compiled my code (which I have tested works with GCC 3.4.2) and am trying to compile it with GCC 4.1.2. The code compiles fine with the newer version of GCC, but when I go to run it from Eclipse it terminates immediately with <terminated exit value -1>...