[Mimedefang] MIMEDefang 2.28-BETA-1 (and earlier) build issues

David Potterveld POTTERVELD at ANLMEP.PHY.ANL.GOV
Wed Dec 4 17:39:00 EST 2002


Two minor (leftover) build issues to report for MD 2.28-BETA-1 (and several
preceding releases) for HP/Compaq Tru64 (V4.0f) using the native cc compiler.

The first issue is autodetection of the "-pthread" compiler switch. To select
"cc" as opposed to "gcc", which I also have, I should be able to set
the environment variable "CC" to "cc". When I do this, the configure script
fails to find and use "-pthread" when building the makefile. The workaround
is to use "cc -pthread" for the environment variable.

The second issue is that "mimedefang-multiplexor" requires linking to
libmilter and libsm on this platform, just like "mimedefang", but this is
missing in the makefile. The workaround is to edit Makefile.in, replacing
"@LIBS_WITHOUT_PTHREAD@" with "@LIBMILTER@ @LIBS@".

Regards,
David Potterveld
Argonne National Lab.




More information about the MIMEDefang mailing list