This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Error problem
- To: martinof at corel dot ca
- Subject: Re: Error problem
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 1 Jun 2000 11:28:54 +0200
- CC: gcc at gcc dot gnu dot org
- References: <39359448.B8B4334A@corel.ca>
> I'm a relatively new user of gcc and I was having some problems
> compiling code using release 2.95.2. Errors are generated about casts
> from (for example) char* to const char*. Are their any options on
> 2.95.2 that I can turn on to complile my code (I noticed that version
> 2.7* has no problems with the code)
It depends. For some errors you get, there may be options. Other
errors indicate serious problems in your code, where gcc cannot give
any meaning to your program.
Regards,
Martin