Re: [analog-help] Non-standard build & install

2001-08-30 Thread Stephen Turner
On Thu, 30 Aug 2001, E. Jordan Bojar wrote: > > One more question: If compiled without image support, will analog > simply not recognize graphical options? If a user tries them will they > get a report w/o images or no report? > The former. -- Stephen Turner http://www.statsla

Re: [analog-help] Non-standard build & install

2001-08-30 Thread E. Jordan Bojar
Stephen Turner kindly wrote: > > #define CONFIGDIR /usr/local/etc/ > > > > No, > > #define CONFIGDIR "/usr/local/etc/" I'd tried the former before I'd asked, actually, and had seen it did no good. I don't know why I didn't think to use quotes the second time... Thank you. One more question:

Re: [analog-help] Non-standard build & install

2001-08-30 Thread Stephen Turner
On Wed, 29 Aug 2001, Jeremy Wadsack wrote: > > #define CONFIGDIR /usr/local/etc/ > No, #define CONFIGDIR "/usr/local/etc/" You don't _need_ to recompile anything at all though. It's perhaps preferable, but the alternative is to use full path names whenever you specify a filename. -- Stephen

Re: [analog-help] Non-standard build & install

2001-08-29 Thread Jeremy Wadsack
E. Jordan Bojar ([EMAIL PROTECTED]): > Jeremy Wadsack kindly wrote: >> You need to edit some of the settings in the anlghead.h file and and >> re-compile. > I tried this in the most obvious fashion, and got errors. What's the > syntax for replacing all those NULLs? e.g. #define CONFIGDIR /u

Re: [analog-help] Non-standard build & install

2001-08-29 Thread E. Jordan Bojar
Jeremy Wadsack kindly wrote: > You need to edit some of the settings in the anlghead.h file and and > re-compile. I tried this in the most obvious fashion, and got errors. What's the syntax for replacing all those NULLs? > I don't think you can move zlib, etc to /usr/local/lib/ as > the copies

Re: [analog-help] Non-standard build & install

2001-08-29 Thread Jeremy Wadsack
E. Jordan Bojar ([EMAIL PROTECTED]): > I'm sure this question has been asked before, but the archives don't > seem to allow searching the full list history. I beg your indulgence... > I currently have analog up and running in it's default configuration and > it's great. However, I'd like to r

[analog-help] Non-standard build & install

2001-08-29 Thread E. Jordan Bojar
I'm sure this question has been asked before, but the archives don't seem to allow searching the full list history. I beg your indulgence... I currently have analog up and running in it's default configuration and it's great. However, I'd like to re-install it so that the binary is in /usr/loca