Answer n when it asks about building spamc. Or try this port: http://physics.ucsd.edu/~epivovar/anti-spam.htm
Bret > Im trying to install SpamAssasin under Windows,I installed > perl and nmake. > But I'm getting these errors: > > --- > C:\Perl\bin\perl.exe version.h.pl > version.h.pl: creating version.h > copy config.h.win config.h > copy spamc.h.win spamc.h > C:\Perl\bin\perl.exe ..\build\preprocessor -Mvars > -iMakefile.win -oMakefile > cd .. > NMAKE -f spamc/Makefile spamc/spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cd spamc > NMAKE spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cl /DWIN32 /W4 spamc.c replace\getopt.c libspamc.c utils.c ws2_32.lib > 'cl' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x1' > Stop. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x2' > Stop. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x2' > Stop. > > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7> > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7>s > pamassassin -D > < sample-spam > .txt > 'spamassassin' is not recognized as an internal or external command, > operable program or batch file. > > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7>NMAKe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > NMAKE -f spamc/Makefile spamc/spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cd spamc > NMAKE spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cl /DWIN32 /W4 spamc.c replace\getopt.c libspamc.c utils.c ws2_32.lib > 'cl' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x1' > Stop. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x2' > Stop. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x2' > Stop. > > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7>NMAKE -f > spamc/Makefile spamc > /spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cd spamc > NMAKE spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cl /DWIN32 /W4 spamc.c replace\getopt.c libspamc.c utils.c ws2_32.lib > 'cl' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x1' > Stop. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x2' > Stop. > > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7>cd spamc > > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7\s > pamc>NMAKE > spamc.exe > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cl /DWIN32 /W4 spamc.c replace\getopt.c libspamc.c utils.c ws2_32.lib > 'cl' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : > return code '0x1' > Stop. > > C:\Downloads\Mail-SpamAssassin-3.1.7\Mail-SpamAssassin-3.1.7\spamc> > > Do you how I can fix it or how I let it work. > > Yours Sincerely, > > Guido > > >