I'd like analog to write the OUTFILE directly into my apache files. I see in src/anlghead.h there is a section for OTUDIR:
#ifndef OUTDIR #define OUTDIR NULL #endif /* Directory for writing output files: must already exist. */ It looks like I could do: #define OUTDIR "/var/apache/htdocs/mylogging/" to write stuff there. Unfortunately, I can't get it to work. Is this what this option is for? I can make OUTFILE do what I want (changing the name of the file) but OUTDIR doesn't seem to do anything. I also grepped in the doc directory for OUTDIR, but no joy there. Am I misunderstanding the option, and should I just go and try this a different way? -- Andrew Diederich +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
