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: Support Pleace!!


Ruben Guerrero wrote:
In the latest version of gcc (GCC 2.96) the following
Makefile working well to my.

in the latest versio  (gcc (GCC) 3.2.3 20030502 (Red
Hat Linux 3.2.3-20)) The same Make file generates the
following Error.

These errors have nothing to do with the Makefile. The underlying problem here is that gcc-3.2.x conforms more closely to the 1999 ISO C++ language standard than gcc-2.96 does. This may require you to make changes to your C++ programs. Newer gcc versions may complain about code that older gcc versions accepted because bugs were fixed, or the C++ language changed, etc.


However, since you did not include any C++ testcase, we can't help you figure out what is wrong with your program. Please see
http://gcc.gnu.org/bugs.html
for info on reporting bugs, in particular the stuff about providing testcases.


The gcc list is primarily for discussing gcc development, not for helping end users learn C++. The gcc-help list might be more appropriate for questions like this. Or file a bug report into bugzilla.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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