Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: missing edit-log entry for this revision

...

I built SpamAssassin under SunOS 4.1.3. (...)

% gtar xzf snp.tar.gz

% cd snp

% gmake libsnp.a

OK, now go to the spamassassin directory, and compile:

% cd ..

% gcc -g -O2 spamd/spamc.c spamd/libspamc.c spamd/utils.c \
-o spamd/spamc -ldl -lnsl snp/libsnp.a -lm

% gmake

Now you have spamc and spamd.