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]

Re: Error problem


> 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


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