This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building perl 5.8.8 (was run-time problems with cygwin-1.5.24-2)



    * From: Reini Urban <rurban at x-ray dot at>
    * Subject: Re: run-time problems with cygwin-1.5.24-2

------------------------------------------------------------------------
Todd Brunhoff schrieb:

...In an effort to see what the problem might be, I focussed on
perl (although interesting, this info may not be helpful):
- I loaded source for perl 5.8.8, ran Configure, but the compile
fails because of conflicting vsprintf declarations.



If you follow the directions of the README and download the src package you would be able to build your perl.
A Policy file helps and the correct Configure line is required.
This isn't helpful. You allude to a "correct Configure" line, both implying that I picked the wrong one, and that you know the right one, but that I should ask nicely to get it. The README.cygwin says to simply run Configure, and only makes the suggestion that to accept all the defaults, -de could be used. And so... I've attached the output from "Configure -des" and "make -k". You'll note that there are three compile-time errors. I can fix the last one "perlio.c:5059: error: conflicting types for 'vprintf'" by uncommenting "#define HAS_VPRINTF" in config.h. Perhaps you could suggest options for Configure that will fix all the problems. I'd like that.

Thanks in advance,

Todd
`sh  cflags "optimize='-O2'" miniperlmain.o`  miniperlmain.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" perl.o`  perl.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
perl.c: In function `perl_parse':
perl.c:1586: warning: passing arg 1 of `time' from incompatible pointer type
`sh  cflags "optimize='-O2'" malloc.o`  malloc.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
malloc.c: In function `Perl_dump_mstats':
malloc.c:2447: warning: ignoring return value of `Perl_get_mstats', declared with attribute warn_unused_result
`sh  cflags "optimize='-O2'" gv.o`  gv.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" toke.o`  toke.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
toke.c: In function `S_scan_formline':
toke.c:10542: error: invalid operands to binary +
toke.c:10542: error: invalid lvalue in unary `&'
toke.c:10542: error: invalid lvalue in unary `&'
make: *** [toke.o] Error 1
`sh  cflags "optimize='-O2'" perly.o`  perly.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" op.o`  op.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" pad.o`  pad.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" regcomp.o`  regcomp.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" dump.o`  dump.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" util.o`  util.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
util.c: In function `vsprintf':
util.c:1672: error: storage size of 'fakebuf' isn't known
util.c:1679: error: `_IOWRT' undeclared (first use in this function)
util.c:1679: error: (Each undeclared identifier is reported only once
util.c:1679: error: for each function it appears in.)
util.c:1680: warning: implicit declaration of function `_doprnt'
util.c:1681: error: parse error before "_putc_"
util.c:1672: warning: unused variable `fakebuf'
util.c: In function `Perl_getcwd_sv':
util.c:4048: warning: ISO C90 forbids mixed declarations and code
util.c:4090: warning: unused variable `namelen'
util.c:4112: error: `namelen' undeclared (first use in this function)
util.c: In function `Perl_seed':
util.c:4602: warning: passing arg 1 of `time' from incompatible pointer type
util.c: In function `Perl_get_hash_seed':
util.c:4623: warning: implicit declaration of function `Strtoul'
make: *** [util.o] Error 1
`sh  cflags "optimize='-O2'" mg.o`  mg.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" reentr.o`  reentr.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" hv.o`  hv.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" av.o`  av.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" run.o`  run.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" pp_hot.o`  pp_hot.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" sv.o`  sv.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
sv.c: In function `Perl_sv_vcatpvfn':
sv.c:9457: error: invalid lvalue in unary `&'
sv.c:9457: error: invalid lvalue in unary `&'
sv.c: In function `Perl_sv_clear':
sv.c:5222: warning: ignoring return value of `Perl_io_close', declared with attribute warn_unused_result
make: *** [sv.o] Error 1
`sh  cflags "optimize='-O2'" pp.o`  pp.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" scope.o`  scope.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" pp_ctl.o`  pp_ctl.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" pp_sys.o`  pp_sys.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
pp_sys.c: In function `Perl_pp_rename':
pp_sys.c:3596: warning: passing arg 1 of `Perl_same_dirent' discards qualifiers from pointer target type
pp_sys.c:3596: warning: passing arg 2 of `Perl_same_dirent' discards qualifiers from pointer target type
pp_sys.c: In function `S_dooneliner':
pp_sys.c:3667: warning: initialization discards qualifiers from pointer target type
pp_sys.c: In function `Perl_pp_system':
pp_sys.c:4213: warning: implicit declaration of function `do_aspawn'
pp_sys.c:4224: warning: implicit declaration of function `do_spawn'
pp_sys.c: In function `Perl_pp_time':
pp_sys.c:4412: warning: passing arg 1 of `time' from incompatible pointer type
pp_sys.c: In function `Perl_pp_gmtime':
pp_sys.c:4511: warning: passing arg 1 of `time' from incompatible pointer type
pp_sys.c:4523: warning: passing arg 1 of `localtime' from incompatible pointer type
pp_sys.c:4526: warning: passing arg 1 of `gmtime' from incompatible pointer type
pp_sys.c: In function `Perl_pp_sleep':
pp_sys.c:4584: warning: passing arg 1 of `time' from incompatible pointer type
pp_sys.c:4591: warning: passing arg 1 of `time' from incompatible pointer type
pp_sys.c: At top level:
pp_sys.c:320: warning: 'S_emulate_eaccess' defined but not used
`sh  cflags "optimize='-O2'" doop.o`  doop.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" doio.o`  doio.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
doio.c: In function `Perl_nextargv':
doio.c:926: warning: unused variable `eno'
`sh  cflags "optimize='-O2'" regexec.o`  regexec.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" utf8.o`  utf8.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" taint.o`  taint.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" deb.o`  deb.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" universal.o`  universal.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" xsutils.o`  xsutils.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" globals.o`  globals.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" perlio.o`  perlio.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
perlio.c:5059: error: conflicting types for 'vprintf'
perlio.c:5059: error: conflicting types for 'vprintf'
perlio.c: In function `vprintf':
perlio.c:5060: warning: implicit declaration of function `_doprnt'
perlio.c: At top level:
perlio.c:5067: error: conflicting types for 'vfprintf'
perlio.c:5067: error: conflicting types for 'vfprintf'
make: *** [perlio.o] Error 1
`sh  cflags "optimize='-O2'" perlapi.o`  perlapi.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" numeric.o`  numeric.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" locale.o`  locale.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
proto.h:1960: warning: 'S_stdize_locale' declared `static' but never defined
`sh  cflags "optimize='-O2'" pp_pack.o`  pp_pack.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" pp_sort.o`  pp_sort.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
/bin/ln.exe -s cygwin/cygwin.c
`sh  cflags "optimize='-O2'" cygwin.o`  cygwin.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" opmini.o`  -DPERL_EXTERNAL_GLOB opmini.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
`sh  cflags "optimize='-O2'" perlmain.o`  -DUSEIMPORTLIB perlmain.c
	  CCCMD =  gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O2  -Wall
extracting perlld (with variable substitutions)
extracting ld2 (with variable substitutions)
installing ld2 into /usr/local/bin
make: Target `all' not remade because of errors.
First let's make sure your kit is complete.  Checking...
Locating common programs...
Checking compatibility between /bin/echo.exe and builtin echo (if any)...
Symbolic links are supported.
Checking how to test for symbolic links...
Your builtin 'test -h' may be broken.
Trying external '/bin/test -h'.
You can test for symbolic links with '/bin/test -h'.
Good, your tr supports [:lower:] and [:upper:] to convert case.
Using [:upper:] and [:lower:] to convert case.
I see a config.sh file.  Shall I use it to set the defaults? [y]  
Fetching default answers from your old config.sh file...
Operating system name? [cygwin]  
Operating system version? [1.5.24(0.15642)]  
Build Perl for SOCKS? [n]  
Use the PerlIO abstraction layer? [y]  
Build a threading Perl? [n]  
Build Perl for multiplicity? [n]  
Use which C compiler? [gcc]  
Checking for GNU cc in disguise and/or its version number...
Now, how can we feed standard input to your C preprocessor...
Directories to use for library searches? [/usr/local/lib /lib /usr/lib]  
What is the file extension used for shared libraries? [dll]  
Try to use long doubles if available? [n]  
Checking for optional libraries...
What libraries to use? [-lgdbm -ldl -lcrypt -lgdbm_compat]  
What optimizer/debugger flag should be used? [-O2]  
Any additional cc flags?
[-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement]  
Let me guess what the preprocessor flags are...
Any additional ld flags (NOT including libraries)? [ -L/usr/local/lib]  
Checking your choice of C compiler and flags for coherency...
Computing filename position in cpp output for #include directives...
<stdlib.h> found.
Checking to see if you have long long...
<inttypes.h> found.
Checking to see if you have int64_t...
Checking which 64-bit integer type we could use...
We could use 'long long' for 64-bit integers.
Try to use 64-bit integers, if available? [n]  
Try to use maximal 64-bit support, if available? [n]  
Checking to see if you have long double...
What is your architecture name [cygwin]  
Perlio selected.
Installation prefix to use? (~name ok) [/usr/local]  
AFS does not seem to be running...
What installation prefix should I use for installing files? (~name ok)
[/usr/local]  
Getting the current patchlevel...
Pathname where the private library files will reside? (~name ok)
[/usr/local/lib/perl5/5.8.8]  
Where do you want to put the public architecture-dependent libraries? (~name ok)
[/usr/local/lib/perl5/5.8.8/cygwin]  
I don't think setuid scripts are secure (no /dev/fd directory).
Do you want to do setuid/setgid emulation? [n]  
<malloc.h> found.
Checking to see how well your C compiler groks the void type...
Do you wish to wrap malloc calls to protect against potential overflows? [n]  
Do you wish to attempt to use the malloc that comes with perl5? [y]  
Your system wants malloc to return 'void *', it would seem.
Your system uses void free(), it would seem.
Installation prefix to use for add-on modules and utilities? (~name ok)
[/usr/local]  
Pathname for the site-specific library files? (~name ok)
[/usr/local/lib/perl5/site_perl/5.8.8]  
Pathname for the site-specific architecture-dependent library files? (~name ok)
[/usr/local/lib/perl5/site_perl/5.8.8/cygwin]  
Do you want to configure vendor-specific add-on directories? [n]  
Colon-separated list of additional directories for perl to search? [none]  
Checking out function prototypes...
Pathname where the public executables will reside? (~name ok)
[/usr/local/bin]  
Install any extra modules (y or n)? [n]  
Directory for the main Perl5 html pages? (~name ok) [none]  
Directory for the Perl5 module html pages? (~name ok) [ ]  
List of earlier versions to include in @INC? [none]  
Do you want to install perl as /usr/bin/perl? [n]  
Checking for GNU C Library...
Shall I use /bin/nm to extract C symbols from the libraries? [y]  
Where is your C library? [/usr/lib/libc.a]  
Extracting names from the following files for later perusal:
	/lib/libcrypt.dll.a
	/lib/libdl.a
	/lib/libgdbm.dll.a
	/lib/libgdbm_compat.dll.a
	/usr/lib/libc.a
This may take a while................../bin/nm didn't seem to work right. Trying /bin/ar instead...
/bin/ar didn't seem to work right.
Maybe this is a Cray...trying bld instead...
./Configure: line 7404: bld: command not found
./Configure: line 7407: bld: command not found
./Configure: line 7407: bld: command not found
./Configure: line 7407: bld: command not found
./Configure: line 7407: bld: command not found
Ok.
<dld.h> NOT found.
dlopen() found.
Do you wish to use dynamic loading? [y]  
Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs]  
Any special flags to pass to gcc -c to compile shared library modules?
[none]  
What command should be used to create dynamic libraries? [ld2]  
Any special flags to pass to ld2 to create a dynamically loaded library?
[ -L/usr/local/lib]  
Any special flags to pass to gcc to use dynamic linking? [none]  
Build a shared libperl.dll (y/n) [y]  
What name do you want to give to the shared libperl? [libperl.a]  
System manual is in /usr/share/man/man1.
Where do the main Perl5 manual pages (source) go? (~name ok)
[/usr/local/man/man1]  
What suffix should be used for the main Perl5 man pages? [1]  
You can have filenames longer than 14 characters.
Where do the perl5 library man pages (source) go? (~name ok)
[/usr/local/man/man3]  
What suffix should be used for the perl5 library man pages? [3]  
Figuring out host name...
Your host name appears to be "pluto". Right? [y]  
What is your domain name? [.nonet]  
What is your e-mail address? [toddb@pluto.nonet]  
Perl administrator e-mail address [toddb@pluto.nonet]  
Do you want to install only the version-specific parts of perl? [n]  
Where do you keep publicly executable scripts? (~name ok) [/usr/local/bin]  
Pathname where the add-on public executables should be installed? (~name ok)
[/usr/local/bin]  
Pathname where the site-specific html pages should be installed? (~name ok)
[none]  
Pathname where the site-specific library html pages should be installed? (~name ok)
[none]  
Pathname where the site-specific manual pages should be installed? (~name ok)
[/usr/local/man/man1]  
Pathname where the site-specific library manual pages should be installed? (~name ok)
[/usr/local/man/man3]  
Pathname where add-on public executable scripts should be installed? (~name ok)
[/usr/local/bin]  
Use the "fast stdio" if available? [y]  
Checking to see how big your file offsets are...
Checking the size of fpos_t...
qgcvt() NOT found.
Checking how to print long doubles...
fwalk() NOT found.
access() NOT found.
accessx() NOT found.
aintl() NOT found.
alarm() NOT found.
<pthread.h> found.
<sys/types.h> found.
<sys/select.h> found.
Checking to see if your struct tm has tm_zone field...
Checking to see if your struct tm has tm_gmtoff field...
asctime_r() NOT found.
atolf() NOT found.
atoll() NOT found.
bcmp() NOT found.
bcopy() NOT found.
<unistd.h> found.
getpgrp() NOT found.
setpgrp() NOT found.
bzero() NOT found.
You have void (*signal())().
Checking whether your C compiler can cast large floats to int32.
Checking whether your C compiler can cast negative float to unsigned.
vprintf() NOT found.
chown() NOT found.
chroot() NOT found.
chsize() NOT found.
class() NOT found.
clearenv() NOT found.
Hmm... You don't have Berkeley networking in libc.a...
or anywhere else I see.
socketpair() NOT found.
Checking the availability of certain socket constants...
<sys/uio.h> found.
Checking to see if your system supports struct cmsghdr...
Checking to see if your C compiler knows about "const"...
copysignl() NOT found.
crypt() NOT found.
*** WHOA THERE!!! ***
    The previous value for $d_crypt on this machine was "undef"!
    Keep the previous value? [y]  
<crypt.h> found.
crypt_r() NOT found.
ctermid_r() NOT found.
ctime_r() NOT found.
cuserid() NOT found.
<limits.h> found.
<float.h> found.
DBL_DIG found.
dbmclose() NOT found.
difftime() NOT found.
<dirent.h> found.
Your directory entries are struct dirent.
Your directory entry does not know about the d_namlen field.
<sys/dir.h> NOT found.
<sys/ndir.h> NOT found.
dirfd() found.
dlerror() found.
<dlfcn.h> found.
What is the extension of dynamically loaded modules [dll]  
Checking whether your dlsym() needs a leading underscore ...
I can't compile and run the test program.
I'm guessing that dlsym doesn't need a leading underscore.
drand48_r() NOT found.
dup2() NOT found.
eaccess() NOT found.
endgrent() NOT found.
<grp.h> found.
endgrent_r() NOT found.
endhostent() NOT found.
<netdb.h> found.
endhostent_r() NOT found.
endnetent() NOT found.
endnetent_r() NOT found.
endprotoent() NOT found.
endprotoent_r() NOT found.
endpwent() NOT found.
<pwd.h> found.
endpwent_r() NOT found.
endservent() NOT found.
endservent_r() NOT found.
<sys/file.h> defines the O_* constants...
and you have the 3 argument form of open().
Using <string.h> instead of <strings.h>.
<sys/file.h> found.
We'll be including <sys/file.h>.
<fcntl.h> found.
We don't need to include <fcntl.h> if we include <sys/file.h>.
Figuring out the flag used by open() for non-blocking I/O...
Let's see what value errno gets from read() on a O_NONBLOCK file...
Checking how std your stdio is...
Checking to see what happens if we set the stdio ptr...
Increasing ptr in your stdio leaves cnt unchanged.  Good.
You seem to have 'fast stdio' to directly manipulate the stdio buffers.
fchdir() NOT found.
fchmod() NOT found.
fchown() NOT found.
fcntl() NOT found.
Well, your system knows about the normal fd_set typedef...
and you have the normal fd_set macros (just as I'd expect).
fgetpos() NOT found.
finite() NOT found.
finitel() NOT found.
flock() NOT found.
fork() NOT found.
fp_class() NOT found.
pathconf() NOT found.
fpathconf() NOT found.
fpclass() NOT found.
fpclassify() NOT found.
fpclassl() NOT found.
Checking to see if you have fpos64_t...
frexpl() NOT found.
<sys/param.h> found.
<sys/mount.h> found.
Checking to see if your system supports struct fs_data...
fseeko() NOT found.
fsetpos() NOT found.
fstatfs() NOT found.
statvfs() NOT found.
fstatvfs() NOT found.
fsync() NOT found.
ftello() NOT found.
Checking for a working futimes()
Yes, it does
getcwd() NOT found.
getespwnam() NOT found.
getfsstat() NOT found.
getgrent() NOT found.
getgrent_r() NOT found.
getgrgid_r() NOT found.
getgrnam_r() NOT found.
gethostbyaddr() NOT found.
gethostbyname() NOT found.
gethostent() NOT found.
I'll use 'popen("/bin/hostname", "r")' to get your hostname.
gethostbyaddr_r() NOT found.
gethostbyname_r() NOT found.
gethostent_r() NOT found.
getitimer() NOT found.
getlogin() NOT found.
getlogin_r() NOT found.
getmnt() NOT found.
getmntent() NOT found.
getnetbyaddr() NOT found.
getnetbyname() NOT found.
getnetent() NOT found.
getnetbyaddr_r() NOT found.
getnetbyname_r() NOT found.
getnetent_r() NOT found.
getpagesize() NOT found.
getprotobyname() NOT found.
getprotobynumber() NOT found.
getprotoent() NOT found.
getpgid() NOT found.
getpgrp2() NOT found.
getppid() NOT found.
getpriority() NOT found.
getprotobyname_r() NOT found.
getprotobynumber_r() NOT found.
getprotoent_r() NOT found.
getprpwnam() NOT found.
getpwent() NOT found.
getpwent_r() NOT found.
getpwnam_r() NOT found.
getpwuid_r() NOT found.
getservbyname() NOT found.
getservbyport() NOT found.
getservent() NOT found.
getservbyname_r() NOT found.
getservbyport_r() NOT found.
getservent_r() NOT found.
getspnam() NOT found.
<shadow.h> NOT found.
getspnam_r() NOT found.
gettimeofday() NOT found.
ftime() NOT found.
No ftime() nor gettimeofday() -- timing may be less accurate.
gmtime_r() NOT found.
hasmntopt() NOT found.
<netinet/in.h> found.
<arpa/inet.h> found.
htonl() NOT found.
ilogbl() NOT found.
No index() or strchr() found!
inet_aton() NOT found.
isascii() found.
isfinite() NOT found.
isinf() NOT found.
isnan() NOT found.
isnanl() NOT found.
killpg() NOT found.
lchown() found.
LDBL_DIG found.
<math.h> found.
Checking to see if your libm supports _LIB_VERSION...
No, it does not (probably harmless)\n
link() NOT found.
localtime_r() NOT found.
localeconv() NOT found.
lockf() NOT found.
lstat() NOT found.
madvise() NOT found.
malloc_size() NOT found.
malloc_good_size() NOT found.
mblen() NOT found.
mbstowcs() NOT found.
mbtowc() NOT found.
memchr() NOT found.
memcmp() NOT found.
memcpy() NOT found.
memmove() NOT found.
memset() NOT found.
mkdir() NOT found.
mkdtemp() NOT found.
mkfifo() NOT found.
mkstemp() NOT found.
mkstemps() NOT found.
mktime() NOT found.
<sys/mman.h> found.
mmap() NOT found.
sqrtl() NOT found.
scalbnl() NOT found.
modfl() NOT found.
mprotect() NOT found.
msgctl() NOT found.
msgget() NOT found.
msgsnd() NOT found.
msgrcv() NOT found.
You don't have the full msg*(2) library.
Checking to see if your system supports struct msghdr...
msync() NOT found.
munmap() NOT found.
nice() NOT found.
<langinfo.h> found.
nl_langinfo() NOT found.
What is the size of a character (in bytes)? [1]  
Checking to see if your C compiler knows about "volatile"...
Choosing the C types to be used for Perl's internal types...
Checking how many bits of your UVs your NVs can preserve...
Checking whether NV 0.0 is all bits zero in memory...
0.0 is represented as all bits zero in memory
Checking to see if you have off64_t...
pause() NOT found.
pipe() NOT found.
poll() NOT found.
readlink() NOT found.
pthread_attr_setscope() NOT found.
random_r() NOT found.
readdir() NOT found.
seekdir() NOT found.
telldir() NOT found.
rewinddir() NOT found.
readdir64_r() NOT found.
readdir_r() NOT found.
readv() NOT found.
recvmsg() NOT found.
rename() NOT found.
rmdir() NOT found.
<memory.h> found.
select() NOT found.
semctl() NOT found.
semget() NOT found.
semop() NOT found.
You don't have the full sem*(2) library.
You do not have union semun in <sys/sem.h>.
*** WHOA THERE!!! ***
    The previous value for $d_semctl_semun on this machine was "define"!
    Keep the previous value? [y]  
*** WHOA THERE!!! ***
    The previous value for $d_semctl_semid_ds on this machine was "define"!
    Keep the previous value? [y]  
sendmsg() NOT found.
setegid() NOT found.
seteuid() NOT found.
setgrent() NOT found.
setgrent_r() NOT found.
sethostent() NOT found.
sethostent_r() NOT found.
setitimer() NOT found.
setlinebuf() NOT found.
setlocale() NOT found.
<locale.h> found.
setlocale_r() NOT found.
setnetent() NOT found.
setnetent_r() NOT found.
setprotoent() NOT found.
setpgid() NOT found.
setpgrp2() NOT found.
setpriority() NOT found.
setproctitle() NOT found.
setprotoent_r() NOT found.
setpwent() NOT found.
setpwent_r() NOT found.
setregid() NOT found.
setresgid() NOT found.
setreuid() NOT found.
setresuid() NOT found.
setrgid() NOT found.
setruid() NOT found.
setservent() NOT found.
setservent_r() NOT found.
setsid() NOT found.
setvbuf() NOT found.
<sfio.h> NOT found.
shmctl() NOT found.
shmget() NOT found.
shmat() NOT found.
shmdt() NOT found.
You don't have the full shm*(2) library.
sigaction NOT found.
sigprocmask() NOT found.
POSIX sigsetjmp found.
sockatmark() NOT found.
socks5_init() NOT found.
Checking whether sprintf returns the length of the string...
sprintf returns the length of the string (as ANSI says it should)
srand48_r() NOT found.
srandom_r() NOT found.
<sys/stat.h> found.
Checking to see if your struct stat has st_blocks field...
<sys/vfs.h> found.
<sys/statfs.h> found.
Checking to see if your system supports struct statfs...
Checking to see if your struct statfs has f_flags field...
Checking how to access stdio streams by file descriptor number...
I can't figure out how to access stdio streams by file descriptor number.
strcoll() NOT found.
Checking to see if your C compiler can copy structs...
strerror_r() NOT found.
strftime() NOT found.
strlcat() NOT found.
strlcpy() NOT found.
strtod() NOT found.
strtol() NOT found.
strtold() NOT found.
strtoll() NOT found.
strtoq() NOT found.
strtoul() NOT found.
strtoull() NOT found.
strtouq() NOT found.
strxfrm() NOT found.
symlink() NOT found.
syscall() NOT found.
sysconf() NOT found.
system() NOT found.
tcgetpgrp() NOT found.
tcsetpgrp() NOT found.
<sys/times.h> found.
times() NOT found, hope that will do.
tmpnam_r() NOT found.
truncate() NOT found.
ttyname_r() NOT found.
tzname[] NOT found.
ualarm() NOT found.
umask() NOT found.
unordered() NOT found.
unsetenv() NOT found.
usleep() NOT found.
ustat() NOT found.
vfork() NOT found.
closedir() NOT found.
wait4() NOT found.
waitpid() NOT found.
wcstombs() NOT found.
wctomb() NOT found.
writev() NOT found.
Doubles must be aligned on a how-many-byte boundary? [8]  
Checking to see how your cpp does stuff like concatenate tokens...
Oh!  Smells like ANSI's been here.
<db.h> NOT found.
Looking for a random number function...
Use which function to generate random numbers? [rand]  
I cannot find function rand. Use that name anyway? [y]  
How many bits does your rand() function produce? [31]  
Determining whether or not we are on an EBCDIC system...
Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.
Checking how to flush all pending stdio output...
All is futile.  Even fflush(stdin) clobbers input pipes!
Checking the size of gid_t...
Checking the sign of gid_t...
Checking how to print 64-bit integers...
Checking the format strings to be used for Perl's internal types...
Checking the format string to be used for gids...
getgroups() NOT found.
setgroups() NOT found.
Checking if your /bin/make program sets $(MAKE)...
<stdarg.h> found.
<varargs.h> found.
We'll include <stdarg.h> to get va_dcl definition.
It seems that you don't need va_copy().
What pager is used on your system? [/bin/less]  
Checking how to generate random libraries on your machine...
Generating a list of signal names and numbers...
Checking the size of size_t...
Checking to see if you have socklen_t...
<socks.h> NOT found.
I'll be using ssize_t for functions returning a byte count.
cc1: warning:  is shorter than expected
Your stdio uses signed chars.
Checking the size of uid_t...
Checking the sign of uid_t...
Checking the format string to be used for uids...
Which compiler compiler (yacc or bison -y) shall I use? [yacc]  
<fp.h> NOT found.
<fp_class.h> NOT found.
<libutil.h> NOT found.
<mntent.h> found.
<ndbm.h> found.
dbm_open() NOT found.
<net/errno.h> NOT found.
<netinet/tcp.h> found.
<poll.h> found.
<prot.h> NOT found.
Guessing which symbols your C compiler and preprocessor define...
tcsetattr() NOT found.
<termio.h> found.
<stddef.h> found.
<sunmath.h> NOT found.
<sys/access.h> NOT found.
<sys/filio.h> NOT found.
<sys/ioctl.h> found.
<syslog.h> found.
<sys/mode.h> NOT found.
<sys/resource.h> found.
<sys/security.h> NOT found.
<sys/statvfs.h> found.
<sys/un.h> found.
<sys/utsname.h> found.
<sys/wait.h> found.
<ustat.h> NOT found.
<utime.h> found.
<values.h> NOT found.
<gdbm.h> found.
gdbm_open() NOT found.
Looking for extensions...
What extensions do you wish to load dynamically?
[B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call IO List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Storable Sys/Hostname Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared]  
What extensions do you wish to load statically? [ ]  
Stripping down executable paths...
Creating config.sh...
Doing variable substitutions on .SH files...
Extracting cflags (with variable substitutions)
Extracting config.h (with variable substitutions)
Extracting makeaperl (with variable substitutions)
Extracting makedepend (with variable substitutions)
Extracting makedir (with variable substitutions)
Extracting Makefile (with variable substitutions)
Extracting myconfig (with variable substitutions)
Extracting pod/Makefile (with variable substitutions)
Extracting Policy.sh (with variable substitutions)
Extracting writemain (with variable substitutions)
Extracting x2p/cflags (with variable substitutions)
Extracting x2p/Makefile (with variable substitutions)
Run make depend now? [y]  
sh ./makedepend MAKE=make
make[1]: Entering directory `/c/downloads/programming/perl/perl-5.8.8'
sh writemain lib/auto/DynaLoader/DynaLoader.a  > perlmain.c
rm -f opmini.c
cp op.c opmini.c
echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c reentr.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c pad.c globals.c perlio.c perlapi.c numeric.c locale.c pp_pack.c pp_sort.c miniperlmain.c perlmain.c opmini.c | tr ' ' '\n' >.clist
make[1]: Leaving directory `/c/downloads/programming/perl/perl-5.8.8'
Finding dependencies for malloc.o.
Finding dependencies for av.o.
Finding dependencies for scope.o.
Finding dependencies for op.o.
Finding dependencies for doop.o.
Finding dependencies for doio.o.
Finding dependencies for dump.o.
Finding dependencies for hv.o.
Finding dependencies for mg.o.
Finding dependencies for reentr.o.
Finding dependencies for perl.o.
Finding dependencies for perly.o.
Finding dependencies for pp.o.
Finding dependencies for pp_hot.o.
Finding dependencies for pp_ctl.o.
Finding dependencies for pp_sys.o.
Finding dependencies for regcomp.o.
Finding dependencies for regexec.o.
Finding dependencies for utf8.o.
Finding dependencies for gv.o.
Finding dependencies for sv.o.
Finding dependencies for taint.o.
Finding dependencies for toke.o.
Finding dependencies for util.o.
Finding dependencies for deb.o.
Finding dependencies for run.o.
Finding dependencies for universal.o.
Finding dependencies for xsutils.o.
Finding dependencies for pad.o.
Finding dependencies for globals.o.
Finding dependencies for perlio.o.
Finding dependencies for perlapi.o.
Finding dependencies for numeric.o.
Finding dependencies for locale.o.
Finding dependencies for pp_pack.o.
Finding dependencies for pp_sort.o.
Finding dependencies for miniperlmain.o.
Finding dependencies for perlmain.o.
Finding dependencies for opmini.o.
make[1]: Entering directory `/c/downloads/programming/perl/perl-5.8.8'
echo Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH makedir.SH myconfig.SH writemain.SH pod/Makefile.SH | tr ' ' '\n' >.shlist
make[1]: Leaving directory `/c/downloads/programming/perl/perl-5.8.8'
Updating GNUmakefile...
test -s perlmain.c && touch perlmain.c
cd x2p; make depend
make[1]: Entering directory `/c/downloads/programming/perl/perl-5.8.8/x2p'
sh ../makedepend MAKE=make
make[2]: Entering directory `/c/downloads/programming/perl/perl-5.8.8/x2p'
echo hash.c  str.c util.c walk.c | tr ' ' '\n' >.clist
make[2]: Leaving directory `/c/downloads/programming/perl/perl-5.8.8/x2p'
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
make[2]: Entering directory `/c/downloads/programming/perl/perl-5.8.8/x2p'
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
make[2]: Leaving directory `/c/downloads/programming/perl/perl-5.8.8/x2p'
Updating GNUmakefile...
make[1]: Leaving directory `/c/downloads/programming/perl/perl-5.8.8/x2p'
Now you must run 'make'.

If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]