delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/04/26/13:01:40

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-Id: <199904261659.LAA07372@modi.xraylith.wisc.edu>
X-Authentication-Warning: modi.xraylith.wisc.edu: localhost.xraylith.wisc.edu [127.0.0.1] didn't use HELO protocol
To: "R. Hickling" <hicklinr AT mcd DOT alcatel DOT be>
cc: "cygwin AT sourceware DOT cygnus DOT com" <cygwin AT sourceware DOT cygnus DOT com>
Subject: Re: info - again
In-reply-to: Your message of "Mon, 26 Apr 1999 17:48:49 +0200."
<37248AE1 DOT 7BFF55B9 AT mcd DOT alcatel DOT be>
Date: Mon, 26 Apr 1999 11:59:47 -0500
From: Mumit Khan <khan AT xraylith DOT wisc DOT EDU>

"R. Hickling" <hicklinr AT mcd DOT alcatel DOT be> writes:
> 
> './configure' worked fine.
> 'make' got past 'util' but failed in 'doc':
> ------------------------------------------------------------
> Making all in doc
> ../makeinfo/makeinfo -I. `echo info-stnd.texi | sed 's,.*/,,'`
> info-stnd.texi: No such file or directory
> make[2]: *** [info-stnd.info] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive-am] Error 2
> ------------------------------------------------------------

You'll need to do some digging to see what is going wrong. This is what
I did with texinfo-3.12 when I did the initial build (I'm using the
original B20.1 Cygwin1 DLL on an NT 4.0SP3 machine):
  
  $ tar zxvf texinfo-3.12.tar.gz
  $ mkdir texinfo-3.12/BUILD
  $ cd texinfo-3.12/BUILD
  $ ../configure --prefix=/Cygnus/cygwin-b20 \
    --exec-prefix=/Cygnus/cygwin-b20/H-i586-cygwin32 -v i586-cygwin32
  $ make CC="gcc -I/usr/local/include"

my /usr/local/include contains all sorts of stuff like termcap, ncurses,
zlib, etc. I believe I have most of what Andy Piper distributes.

This is all from memory, but it's simple enough that it's a safe bet that
I haven't forgotten too much.

In your case, why don't you just tell make to ignore errors and go
forward? ie.,

  $ make -i

and see what happens?

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019