http://megaz.arbuz.com/?p=qmail_howto
Steven Schwartz wrote:
Has anyone managed to get it to build successfully? I end up getting errors such as this:
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -fno-rtti -fno-exceptions -Wall -W -c exec.cc
exec.cc: In function `int presetenv(const char*, const mystring&)':
exec.cc:29: error: `strlen' undeclared (first use this function)
exec.cc:29: error: (Each undeclared identifier is reported only once for each
function it appears in.)
exec.cc:31: error: `strcpy' undeclared (first use this function)
As far as I can tell, I've grabbed all the libraries required by the package, the configure script found everything it needed, so....
Steven Schwartz