> > > Rick, post the 50 errors. Even if no one has tried to compile > portsentry, the errors might indicate the nature of the problem. > > No input,...no (or very little) helpful output. > > > -- > --R > ------------------------------------------------------------------------ > /Linux, and Open Software, an alternative./ > Registered Unix <http://counter.li.org> user #409453 > It wasn't quite 50 errors but here is the output: ]# ls CHANGES portsentry.c portsentry_io.c README.COMPAT CREDITS portsentry.conf portsentry_io.h README.install ignore.csh portsentry_config.h portsentry_tcpip.h README.methods LICENSE portsentry.h portsentry_util.c README.stealth Makefile portsentry.ignore portsentry_util.h [root@bilonick portsentry_beta]# make linux SYSTYPE=linux Making cc -O -Wall -DLINUX -DSUPPORT_STEALTH -o ./portsentry ./portsentry.c \ ./portsentry_io.c ./portsentry_util.c ./portsentry.c: In function ‘PortSentryModeTCP’: ./portsentry.c:1187: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness ./portsentry.c: In function ‘PortSentryModeUDP’: ./portsentry.c:1384: warning: pointer targets in passing argument 6 of ‘recvfrom’ differ in signedness ./portsentry.c: In function ‘Usage’: ./portsentry.c:1584: error: missing terminating " character ./portsentry.c:1585: error: ‘sourceforget’ undeclared (first use in this function) ./portsentry.c:1585: error: (Each undeclared identifier is reported only once ./portsentry.c:1585: error: for each function it appears in.) ./portsentry.c:1585: error: expected ‘)’ before ‘dot’ ./portsentry.c:1585: error: stray ‘\’ in program ./portsentry.c:1585: error: missing terminating " character ./portsentry.c:1595: error: expected ‘;’ before ‘}’ token make: *** [linux] Error 1