Sendmail compile fails on Mac OS 10.3, GCC 3.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Getting this error trying to compile sendmail 8.12.10 with gcc 3.3 an Mac
OSX Server 10.3.1. Tried the suggestion I found on the sendmail list (see
below), but that caused it to generate a different error.

Can anyone help?


Errors
______

/usr/include/gcc/darwin/3.3/varargs.h:10: #error "GCC no longer implements
<varargs.h>." 
/usr/include/gcc/darwin/3.3/varargs.h:11: #error "Revise your code to use
<stdarg.h>." 
make[2]: *** [assert.o] Error 1
make[1]: *** 
[/src/sendmail-8.12.10/obj.Darwin.7.0.0.PowerMacintosh/libsm/libsm.a] Error
2


My gcc:
_______

gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix


>From comp.mail.sendmail post
____________________________

devtools/OS/Darwin says:

define(`confCC', `cc -traditional-cpp -pipe ${Extra_CC_Flags}')

for some strange reason. Try redefining that in
devtools/Site/site.config.m4 as

define(`confCC', `cc -pipe ${Extra_CC_Flags}')


-- 
Randall Perry
sysTame

Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales

http://www.systame.com/



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux