Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Thu, 30 Nov 2000 10:02:03 -0500
From: Jason Tishler <Jason.Tishler@dothill.com>
To: "Gerrit P. Haase" <gerrit.haase@t-online.de>
Cc: cygwin <cygwin@sourceware.cygnus.com>
Subject: Re: Lp/lpr equiv or how do I print
Message-ID: <20001130100203.C299@dothill.com>
References: <20001006080101.A1021@dothill.com>; <20001128123520.A183@dothill.com> <3A26050B.9953.4FF9E85@localhost>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="H6X9WsDXT65RvyFT"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3A26050B.9953.4FF9E85@localhost>; from gerrit.haase@t-online.de on Thu, Nov 30, 2000 at 07:43:07AM +0100
Organization: Dot Hill Systems Corp.

--H6X9WsDXT65RvyFT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Gerrit,

On Thu, Nov 30, 2000 at 07:43:07AM +0100, Gerrit P. Haase wrote:
> are you able to maintain file-3.33 a little bit?

Sure.

> I got problems to build it OOTB.

I have been getting caught will overly lose usage of "OOTB" recently.  I
should be using "OOTB, if your environment is configured properly" or
"OOTB, if your environment is just like mine." :,)

Anyway, please see the attached.

Thanks,
Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--H6X9WsDXT65RvyFT
Content-Type: message/rfc822
Content-Disposition: inline

Received: from dp.boxhill.com (boxer-pptpc-9.boxhill.com [155.254.118.9])
	by ny.dothill.com (8.9.3/8.9.3) with SMTP id UAA16479;
	Tue, 28 Nov 2000 20:05:36 -0500
Received: by dp.boxhill.com (sSMTP sendmail emulation); Tue, 28 Nov 2000 20:16:39 +4300
Date: Tue, 28 Nov 2000 20:16:39 -0500
From: Jason Tishler <Jason.Tishler@dothill.com>
To: Randall R Schulz <rschulz@teknowledge.com>
Subject: Re: Lp/lpr equiv or how do I print
Message-ID: <20001128201639.A227@dothill.com>
References: <5.0.1.4.2.20001128094914.0310f968@192.168.200.41> <20001006080101.A1021@dothill.com> <VA.00000530.00df7860@thesoftwaresource.com> <20001006080101.A1021@dothill.com> <20001128123520.A183@dothill.com> <5.0.1.4.2.20001128094914.0310f968@192.168.200.41> <20001128154350.C373@dothill.com> <4.2.0.58.20001128125501.017ddd00@helium.teknowledge.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <4.2.0.58.20001128125501.017ddd00@helium.teknowledge.com>; from rschulz@teknowledge.com on Tue, Nov 28, 2000 at 01:48:44PM -0800
Organization: Dot Hill Systems Corp.

Randall,

On Tue, Nov 28, 2000 at 01:48:44PM -0800, Randall R Schulz wrote:
> Thanks for the offer. I downloaded the source right after I read your 
> message this morning. However, it definitely did not build out-of-the box. 

You are missing autoconf, automake, and/or perl (needed by automake) or
they are not in your PATH.  This is why configure added stuff to your
Makefile such as:

    ACLOCAL = ./missing aclocal

Check the output from configure, I believe you will see something like
the following:

    ...
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    ...

where as mine is the following:

    ...
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    ...

automake is part of Cygwin.  You can get autoconf 1.4 and perl 5.6.0 from:

    http://cygutils.netpedia.net/V1.1/index.html

After installing the missing packages, file should build OOTB.

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com



--H6X9WsDXT65RvyFT
Content-Type: text/plain; charset=us-ascii

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
--H6X9WsDXT65RvyFT--
