This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

re: GCC 4.0.1 compilation errors


Ginil wrote:
code that compiled easily with gcc-3.2.1 would not compile with gcc-4.0.1.
... The major errors are with
template, name lookup but there are also certain errors with finding
definitions from header files which are included and are in include path.

Your code is probably not C++ standard compliant; the new gcc is stricter.


I maintain a collection of links about this at
 http://kegel.com/gcc/gcc4.html
including an excellent pair of documents from someone who
built all of Debian with gcc-4.1.
- Dan

--
Wine for Windows ISVs: http://kegel.com/wine/isv


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]