Robert Cernansky wrote:

> trying to build Mahogany with gcc 3.4.6 but it fail with:
> 
> cc1: error: unrecognized command line option "-Wno-pointer-sign"
> 
> This option is valid only for gcc 4.x. After removing lines:
> 
> if test "$GCC" = "yes"; then
>             IMAP_CPPFLAGS="$IMAP_CPPFLAGS -Wno-pointer-sign"
> fi
> 
> from configure script, the compilation is successfull.

It seems this is the way GCC was always supposed to work from what I
see. Google and you can find stuff about it. It seems 3.4.6 is the first
version to "get it right" except it screws up.

Search my entries in the list a few months ago about this issue.

Either you have to do what you did or go back to 3.4.5

HTH

MarkL

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to