[erlang-questions] Cross compiling no syslog

Jeremy Raymond jeraymond@REDACTED
Fri Aug 19 01:26:21 CEST 2011


Hi,

I'm cross compiling to a system without syslog (no syslog.h). The build
fails in a few places (run_erl.c, epmd.c, epmd_init.h). These files have
ifdefs for NO_SYSLOG to conditionally compile without syslog support. The
configure process detects syslog and defines HAVE_SYSLOG_H if syslog is
detected. If I define NO_SYSLOG myself things compile fine.

Are these files checking the wrong define (should be checking HAVE_SYSLOG_H)
or is there someone to configure in NO_SYSLOG?

- Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110818/39c1e23f/attachment.htm>


More information about the erlang-questions mailing list