Error courier-imap & gcc 3.3.2 & Aix 5.2
llewelly@xmission.com
llewelly@xmission.com
Thu Apr 15 14:13:00 GMT 2004
"erricharl" <erricharl@hotmail.com> writes:
> Hello.
> I want to compile courier-imap 3.0.3 on Aix 5.2 with gcc-3.3.2. I use this
> flags:
> /configure --disable-root-check
>
> All seems to be ok but for compilation process with make i get following
> errors:
>
> Compiling deliverquota.c
> gcc -g -O2 -Wall -I./.. -I.. -o deliverquota
^^^ This is wrong. You must link c++ code with 'g++', not 'gcc'.
[snip]
More information about the Gcc-help
mailing list