caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Karl Zilles <zilles@1969.ws>
To: Alex Romadinoff <alexeyr@NetCracker.com>
Cc: "'Simon Kirby'" <simon@ling.ed.ac.uk>, caml-list@inria.fr
Subject: Re: [Caml-list] configure failure under cygwin when compiling ocaml
Date: Mon, 10 Feb 2003 19:28:10 -0800	[thread overview]
Message-ID: <3E486DCA.1000209@1969.ws> (raw)
In-Reply-To: <000d01c2d101$7b3b6de0$a7fd77d4@ramodinov>

Alex Romadinoff wrote:
> It seams that you have broken cygwin\usr\include\sys\param.h
> 
> This file should contain lines like this:
> 
> /* All known win32 systems are little endian.  */
> #define BYTE_ORDER	LITTLE_ENDIAN
> 
> I've checked Cygnus CVS
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/s
> ys/?cvsroot=src and found that there are no either sys\param.h nor
> sys\types.h required to check endianess.  So configure willn't work on
> this version.
> 
> MinGW doesn't seam to have such a problem.
> 
> Alex

Cygwin distributes the version from

http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/cygwin/sys/?cvsroot=src

This file hasn't changed in 22 months, and is included in the 
cygwin-1.3.19-1 distribution.  I've actually installed 1.3.19-1 from 
scratch and compiled ocaml successfully, so I know it does work.

(just to muddy the waters, Cygwin released 1.3.20 on Saturday)

Karl

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      reply	other threads:[~2003-02-11  3:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-07  9:40 Simon Kirby
2003-02-08  0:52 ` Karl Zilles
2003-02-10 11:10   ` Simon Kirby
2003-02-10 12:39     ` Alex Romadinoff
2003-02-11  3:28       ` Karl Zilles [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E486DCA.1000209@1969.ws \
    --to=zilles@1969.ws \
    --cc=alexeyr@NetCracker.com \
    --cc=caml-list@inria.fr \
    --cc=simon@ling.ed.ac.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).