Danny Chen said: > Hi, I need to invoke spamc in my C program... > To avoid [...] two additional shells
Use the source... spamc source and makefile are not that big. Just turn the main() into a subroutine that you call from your program, change any calls to exit into returns, rip out the processing of the command line options, and add the right stuff from the spamc makefile into your own makefile. -- sidney
