RE: GCC 4.0.1 compilation errors

2006-05-08 Thread Dave Korn
On 07 May 2006 02:48, Dan Kegel wrote: >On 05 May 2006 11:50, Ginil Gharat wrote: >> >> We recently started porting a C++ project from gcc-3.2.1 to gcc-4.0.1. We >> initially ran into several problems. The code that compiled easily with >> gcc-3.2.1 would not compile with gcc-4.0.1. >> >> Later w

re: GCC 4.0.1 compilation errors

2006-05-06 Thread Dan Kegel
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++ stan