* Problem compiling Ocaml 3.08.3 on AIX 5.2
@ 2005-04-21 21:12 Jerome Simeon
0 siblings, 0 replies; only message in thread
From: Jerome Simeon @ 2005-04-21 21:12 UTC (permalink / raw)
To: caml-list
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-21 21:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 21:12 Problem compiling Ocaml 3.08.3 on AIX 5.2 Jerome Simeon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox