I already get this config with success. See report 18573.That's never going to work.I had a rethink soon after sending that message. 1: If it isn't going to work, it should fail in Configure, not make 2: If I Configure interactively on FreeBSD with -Duseithreads -Duse64bitall I get threads and 64bitint, which does compile.Can you send the log of how 1 of the makes is failing?
Log of 18581:
Configuration: -Dusedevel [EMAIL PROTECTED] -Duseithreads -Duse64bitall
------------------------------------------------------------------------------
Make distclean ...
Copy Policy.sh ...
Configure ...
Make headers ...
Make ... CCCMD = cc -DPERL_CORE -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
In file included from miniperlmain.c:26:
perl.h:3913: redefinition of `union semun'
Unable to make perl in this configuration
Configuration: -Dusedevel [EMAIL PROTECTED] -Duseithreads -Duse64bitall -DDEBUGGING
------------------------------------------------------------------------------
Make distclean ...
Copy Policy.sh ...
Configure ...
Make headers ...
Make ... CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
toke.c: In function `S_pending_ident':
toke.c:5237: warning: `tmp' might be used uninitialized in this function
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
CCCMD = cc -DPERL_CORE -c -DDEBUGGING -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -Wall
util.c: In function `vsprintf':
util.c:1612: storage size of `fakebuf' isn't known
util.c:1619: `_IOWRT' undeclared (first use in this function)
util.c:1619: (Each undeclared identifier is reported only once
util.c:1619: for each function it appears in.)
util.c:1620: warning: implicit declaration of function `_doprnt'
util.c:1621: syntax error before `_putc_'
util.c:1612: warning: unused variable `fakebuf'
util.c:1752: warning: control reaches end of non-void function
util.c: At top level:
util.c:1752: warning: type defaults to `int' in declaration of `u'
util.c:1752: warning: data definition has no type or storage class
util.c:1752: syntax error before `for'
Unable to make perl in this configuration
