Michael Woods writes: > /net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:39: `operator new' >takes type `size_t' as first parameter > make[1]: *** [exception.o] Error 1 > make[1]: Leaving directory `/home/mwoods/courier-0.37.3/afx' > make: *** [all-recursive] Error 1 > > I don't do much programming, but I suspect that the problem lies in afx.h around > line 358: #define AFXCONSTRUCT(ptr,type) new((ptr)) type > > I've successfully built many gnu tools and programs on this hppa1.1-hp-hpux11.00 > machine, including openssl, openssh, openldap, so I'm fairly confident that the
All of them are C code, not C++ code. Try building Courier with gcc, instead of the native hpux compiler. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
