>I noticed another quirk when compiling. If I put the following in my 
>config.site file, I get compilation errors:
>
>NO_SERVER_MODE=true
>
>However, if I use the command line option "--without-server", all is well.

The --without-server actually sets two variables.  It's as though you
had also used --without-restore, which builds the server side pieces of
the restore process (amrestore and amidxtaped).  So you also need:

  NO_RESTORE_MODE=true

I'll see if I can get configure.in to check for mismatches and bail out
sooner, as well as set the proper default if NO_SERVER_MODE is set to
true as you did.

Just FYI, I don't find it worth the trouble to build just a client.
You're not going to save much space or time, and a couple of the "server"
tools are useful on the clients at times (which probably means we need
to shift them to a common area).

>David

John R. Jackson, Senior Systems Analyst, Engineering Solutions, Inc

Reply via email to