Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-22 Thread Dominique d'Humières

 Le 21 janv. 2015 à 18:24, Alexander Hansen alexanderk.han...@gmail.com a 
 écrit :
 
 
 Sorry, forgot to follow up.  I’ve looked into it. :-)
 
 Does gnuplot-pdfdocs-5.0.0-2 work for you?  I forced a single build job to 
 make the doc build more deterministic and adjusted the build process so that 
 it worked for me.

Yes, it works now for me.

Thanks for the fix,

Dominique

 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison



--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-21 Thread Alexander Hansen

 On Jan 19, 2015, at 9:20 AM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Jan 19, 2015, at 8:36 AM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Jan 19, 2015, at 8:31 AM, Dominique d'Humières domi...@lps.ens.fr 
 wrote:
 
 
 Hmm.  I saw the same thing when I was testing the update out, but I was 
 able to adjust the dependencies for the build to work for me.  Could I see 
 the configure stage of your output—you can probably stop at the first 
 “make”.
 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 
 #!/bin/sh -ev
 ./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
 --libexecdir='${prefix}/lib' \
 --infodir='${prefix}/share/info' \
 --without-readline \
 --with-kpsexpand \
 --without-x \
 --without-aquaterm \
 --disable-wxwidgets \
 --without-lua \
 --without-gd \
 --without-pdf \
 --disable-dependency-tracking \
 --with-tutorial
 checking for a BSD-compatible install... /sw64/bin/ginstall -c
 checking whether build environment is sane... yes
 /sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
 `--is-lightweight' option
 Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing 
 --help' for more information
 configure: WARNING: 'missing' script is too old or missing
 checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for style of include used by make... GNU
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables... 
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking whether gcc understands -c and -o together... yes
 checking dependency style of gcc... none
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /sw64/bin/grep
 checking for egrep... /sw64/bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) none
 checking how to run the C preprocessor... gcc -E
 checking for gcc... gcc
 checking whether we are using the GNU Objective C compiler... yes
 checking whether gcc accepts -g... yes
 checking dependency style of gcc... none
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for preprocessor stringizing operator... yes
 checking whether ln -s works... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) none
 checking for off_t... yes
 checking for _LARGEFILE_SOURCE value needed for large files... no
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... no
 checking for pkg-config... /sw64/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for LIBCERF... yes
 checking for library containing cdawson... none required
 checking for emacs... emacs
 checking for tex... tex
 checking for latex... latex
 checking for pdflatex... pdflatex
 checking for dvips... dvips
 checking for troff... troff
 checking for kpsexpand... kpsexpand
 checking for texhash... texhash
 checking for X... disabled
 checking for MS-DOS/djgpp/libGRX... no
 checking for NeXT... no
 checking for Mac OS X... yes
 checking for BeOS... no
 checking for Alpha/AXP CPU... no
 checking for sin... yes
 checking for ANSI C header files... (cached) yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.h... yes
 checking float.h usability... yes
 checking 

Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Alexander Hansen

 On Jan 19, 2015, at 2:21 AM, Dominique Dhumieres domi...@lps.ens.fr wrote:
 
 Updating to gnuplot-pdfdocs-5.0.0-1 failed on
 
 Package manager version: 0.38.3
 Distribution version: selfupdate-rsync Mon Jan 19 11:17:58 2015, 10.10, x86_64
 Trees: local/main stable/main stable/crypto
 Xcode.app: 6.1.1
 Xcode command-line tools: 6.1.1.0.1.1416017670
 Max. Fink build jobs:  8
 
 with
 
 ...
 ! LaTeX Error: File `picins.sty' not found.
 
 Type X to quit or RETURN to proceed,
 or enter new name. (Default extension: sty)
 
 Enter file name: 
 ! Emergency stop.
 read * 
 
 l.51   \include{pdffigures}
   ^^M
 !  == Fatal error occurred, no output PDF file produced!
 ...
 
 (several times).
 
 TIA
 
 Dominique


Hmm.  I saw the same thing when I was testing the update out, but I was able to 
adjust the dependencies for the build to work for me.  Could I see the 
configure stage of your output—you can probably stop at the first “make”.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Dominique Dhumieres
Updating to gnuplot-pdfdocs-5.0.0-1 failed on

Package manager version: 0.38.3
Distribution version: selfupdate-rsync Mon Jan 19 11:17:58 2015, 10.10, x86_64
Trees: local/main stable/main stable/crypto
Xcode.app: 6.1.1
Xcode command-line tools: 6.1.1.0.1.1416017670
Max. Fink build jobs:  8

with

...
! LaTeX Error: File `picins.sty' not found.

Type X to quit or RETURN to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
read * 
 
l.51   \include{pdffigures}
   ^^M
!  == Fatal error occurred, no output PDF file produced!
...

(several times).

TIA

Dominique

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Alexander Hansen

 On Jan 19, 2015, at 8:36 AM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Jan 19, 2015, at 8:31 AM, Dominique d'Humières domi...@lps.ens.fr wrote:
 
 
 Hmm.  I saw the same thing when I was testing the update out, but I was 
 able to adjust the dependencies for the build to work for me.  Could I see 
 the configure stage of your output—you can probably stop at the first 
 “make”.
 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 
 #!/bin/sh -ev
  ./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
 --libexecdir='${prefix}/lib' \
 --infodir='${prefix}/share/info' \
 --without-readline \
 --with-kpsexpand \
 --without-x \
 --without-aquaterm \
 --disable-wxwidgets \
 --without-lua \
 --without-gd \
 --without-pdf \
 --disable-dependency-tracking \
 --with-tutorial
 checking for a BSD-compatible install... /sw64/bin/ginstall -c
 checking whether build environment is sane... yes
 /sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
 `--is-lightweight' option
 Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing 
 --help' for more information
 configure: WARNING: 'missing' script is too old or missing
 checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for style of include used by make... GNU
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables... 
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking whether gcc understands -c and -o together... yes
 checking dependency style of gcc... none
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /sw64/bin/grep
 checking for egrep... /sw64/bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) none
 checking how to run the C preprocessor... gcc -E
 checking for gcc... gcc
 checking whether we are using the GNU Objective C compiler... yes
 checking whether gcc accepts -g... yes
 checking dependency style of gcc... none
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for preprocessor stringizing operator... yes
 checking whether ln -s works... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) none
 checking for off_t... yes
 checking for _LARGEFILE_SOURCE value needed for large files... no
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... no
 checking for pkg-config... /sw64/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for LIBCERF... yes
 checking for library containing cdawson... none required
 checking for emacs... emacs
 checking for tex... tex
 checking for latex... latex
 checking for pdflatex... pdflatex
 checking for dvips... dvips
 checking for troff... troff
 checking for kpsexpand... kpsexpand
 checking for texhash... texhash
 checking for X... disabled
 checking for MS-DOS/djgpp/libGRX... no
 checking for NeXT... no
 checking for Mac OS X... yes
 checking for BeOS... no
 checking for Alpha/AXP CPU... no
 checking for sin... yes
 checking for ANSI C header files... (cached) yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.h... yes
 checking float.h usability... yes
 checking float.h presence... yes
 checking for float.h... yes
 checking langinfo.h usability... 

Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Alexander Hansen

 On Jan 19, 2015, at 8:31 AM, Dominique d'Humières domi...@lps.ens.fr wrote:
 
 
 Hmm.  I saw the same thing when I was testing the update out, but I was able 
 to adjust the dependencies for the build to work for me.  Could I see the 
 configure stage of your output—you can probably stop at the first “make”.
 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 
 #!/bin/sh -ev
   ./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
 --libexecdir='${prefix}/lib' \
 --infodir='${prefix}/share/info' \
 --without-readline \
 --with-kpsexpand \
 --without-x \
 --without-aquaterm \
 --disable-wxwidgets \
 --without-lua \
 --without-gd \
 --without-pdf \
 --disable-dependency-tracking \
 --with-tutorial
 checking for a BSD-compatible install... /sw64/bin/ginstall -c
 checking whether build environment is sane... yes
 /sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
 `--is-lightweight' option
 Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing 
 --help' for more information
 configure: WARNING: 'missing' script is too old or missing
 checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for style of include used by make... GNU
 checking for gcc... gcc
 checking whether the C compiler works... yes
 checking for C compiler default output file name... a.out
 checking for suffix of executables... 
 checking whether we are cross compiling... no
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking whether gcc understands -c and -o together... yes
 checking dependency style of gcc... none
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /sw64/bin/grep
 checking for egrep... /sw64/bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) none
 checking how to run the C preprocessor... gcc -E
 checking for gcc... gcc
 checking whether we are using the GNU Objective C compiler... yes
 checking whether gcc accepts -g... yes
 checking dependency style of gcc... none
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for preprocessor stringizing operator... yes
 checking whether ln -s works... yes
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking whether gcc understands -c and -o together... (cached) yes
 checking dependency style of gcc... (cached) none
 checking for off_t... yes
 checking for _LARGEFILE_SOURCE value needed for large files... no
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... no
 checking for pkg-config... /sw64/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for LIBCERF... yes
 checking for library containing cdawson... none required
 checking for emacs... emacs
 checking for tex... tex
 checking for latex... latex
 checking for pdflatex... pdflatex
 checking for dvips... dvips
 checking for troff... troff
 checking for kpsexpand... kpsexpand
 checking for texhash... texhash
 checking for X... disabled
 checking for MS-DOS/djgpp/libGRX... no
 checking for NeXT... no
 checking for Mac OS X... yes
 checking for BeOS... no
 checking for Alpha/AXP CPU... no
 checking for sin... yes
 checking for ANSI C header files... (cached) yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.h... yes
 checking float.h usability... yes
 checking float.h presence... yes
 checking for float.h... yes
 checking langinfo.h usability... yes
 checking langinfo.h presence... yes
 checking for langinfo.h... yes
 checking 

Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Dominique d'Humières

 Hmm.  I saw the same thing when I was testing the update out, but I was able 
 to adjust the dependencies for the build to work for me.  Could I see the 
 configure stage of your output—you can probably stop at the first “make”.
 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison

#!/bin/sh -ev
./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
--libexecdir='${prefix}/lib' \
--infodir='${prefix}/share/info' \
--without-readline \
--with-kpsexpand \
--without-x \
--without-aquaterm \
--disable-wxwidgets \
--without-lua \
--without-gd \
--without-pdf \
--disable-dependency-tracking \
--with-tutorial
checking for a BSD-compatible install... /sw64/bin/ginstall -c
checking whether build environment is sane... yes
/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
`--is-lightweight' option
Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing --help' 
for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /sw64/bin/grep
checking for egrep... /sw64/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for off_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... /sw64/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCERF... yes
checking for library containing cdawson... none required
checking for emacs... emacs
checking for tex... tex
checking for latex... latex
checking for pdflatex... pdflatex
checking for dvips... dvips
checking for troff... troff
checking for kpsexpand... kpsexpand
checking for texhash... texhash
checking for X... disabled
checking for MS-DOS/djgpp/libGRX... no
checking for NeXT... no
checking for Mac OS X... yes
checking for BeOS... no
checking for Alpha/AXP CPU... no
checking for sin... yes
checking for ANSI C header files... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking