This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Lp/lpr equiv or how do I print


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


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




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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]