On Tue, 26 Oct 1999, Fleet Teachout wrote:

> You have here a very new, very confused, and very timid Linux 'user.'
> 

It sounds as if you're pretty much on top of it to me. Your questions are
spot on.

> I downloaded analog3.32, placed in on the Linux box (CobaltNet RAQ2),
> unzipped it, untarred it, modified the analhead.h file and ran 'make.'  No
> errors; but ALL of the files wind up in the directory in which I invoked
> make - I thought 'make' would place the files in some default directories.

No, it leaves them in the same directory.

What you describe is what "make install" would normally do. Maybe I should
have a make install, but I don't. But you can move them after compiling (as
long as the various locations in analhead.h were set correctly).

> Looking at the analog.cfg file in this directory - I note that LOGFILE is
> not what I included in analhead.h, nor is HOSTNAME - shouldn't they have
> changed?
> 

No. What happens is that if these things don't occur in analog.cfg, the
default you specified in analhead.h is used. Arguably the Unix version
shouldn't include these in analog.cfg at all so that the default in
analhead.h can shine through. But I found that people didn't set them in
analhead.h and then got even more confused how to change them.

> Using ./analog the file seems to run.  I see an html file being produced -
> but have no clue where it is being saved (or what it is called).  (Is there
> a 'default' output?)
> 

Default on Unix is to send it to standard output. You can send it to a file
with the OUTFILE command in analog.cfg, or just by redirecting standard
output with ">" (e.g. analog > file.html).

-- 
Stephen Turner    [EMAIL PROTECTED]    http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "Due to the conflict in Kosovo, we will not be showing the movie Wag the
   Dog. Instead, we will show Mortal Kombat: Annihilation." Cable & Wireless

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to