Kai Schaetzl wrote on Tue, 21 Mar 2006 23:45:54 +0100: > gcc -g -O2 -Wall -I/usr/pkg/include -D_BSD_SOURCE -c -o > milter-greylist.o milter-greylist.c Problem solved. My first make showed that libmilter was missing on the system, so I installed sendmail-devel and ran make again. That was not enough. After make clean and a new configure the gcc command is different now, it's got this additional compile flag -D_XOPEN_SOURCE=500. Kai -- Kai Sch\ufffdtzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
Message
Re: Compile problem on CentOS 4.2
2006-03-21 by Kai Schaetzl