caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jerome Simeon <simeon@us.ibm.com>
To: caml-list@inria.fr
Subject: Problem compiling Ocaml 3.08.3 on AIX 5.2
Date: Thu, 21 Apr 2005 17:12:16 -0400	[thread overview]
Message-ID: <OF8C88F9A2.C7A42E5C-ON85256FEA.00741B6A-04256FEA.00747B08@us.ibm.com> (raw)

I am having trouble building ocaml 3.08 on AIX 5.2.
The compiler is gcc is 3.3.2.

Things get bad compiling the Unix library. See message below.

As anybody has seen that problem before and can help?

Thanks,
- Jerome

        for i in unix str num dynlink bigarray systhreads threads graph 
dbm; do
 (cd otherlibs/$i; make RUNTIME= all) || exit $?;  done
        gcc -I../../byterun -O -fno-defer-pop -Wall -D_XOPEN_SOURCE=500 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT  -c accept.c
In file included from accept.c:25:
socketaddr.h:28: error: field `s_inet6' has incomplete type
socketaddr.h:47: warning: `struct in6_addr' declared inside parameter list
socketaddr.h:47: warning: its scope is only this definition or 
declaration, which is probably not what you want
m



                 reply	other threads:[~2005-04-21 21:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=OF8C88F9A2.C7A42E5C-ON85256FEA.00741B6A-04256FEA.00747B08@us.ibm.com \
    --to=simeon@us.ibm.com \
    --cc=caml-list@inria.fr \
    /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).