"erricharl" <erricharl@xxxxxxxxxxx> 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]