Please find the attachment.

Regards
Amit

----- Original Message -----
From: "suzuki toshiya" <[email protected]>
To: "HCL Infosystems Ltd" <[email protected]>
Cc: "Werner LEMBERG" <[email protected]>, "freetype" <[email protected]>
Sent: Tuesday, March 19, 2013 1:42:34 PM
Subject: Re: [ft] Freetype2 compilation error

Thank you for prompt checking.
Could you post config.log (generated with testing tarball)?
I want to know ftconfig.in checking finishes with "yes" or
"no".

Regards,
mpsuzuki

HCL Infosystems Ltd wrote:
> Yes now its working. Thanks a lot!!!
> 
> Regards
> Amit
> 
> ----- Original Message -----
> From: "suzuki toshiya" <[email protected]>
> To: "freetype" <[email protected]>
> Cc: "HCL Infosystems Ltd" <[email protected]>, "Werner LEMBERG" 
> <[email protected]>
> Sent: Tuesday, March 19, 2013 1:19:31 PM
> Subject: Re: [ft] Freetype2 compilation error
> 
> Just I've uploaded testing tarball.
> 
> http://gyvern.ipc.hiroshima-u.ac.jp/~mpsuzuki/freetype-2.4.11_fix-for-xlc-cpp_20130319a.tar.xz
> 
> Please try and see how warning on ftconfig.in checking will
> be changed, or not.
> 
> Regards,
> mpsuzuki
> 
> 
> P.S.
> The difference from genuine 2.4.11 is quite small, like this.
> 
> diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
> index bf26061..634cfc1 100644
> --- a/builds/unix/configure.raw
> +++ b/builds/unix/configure.raw
> @@ -102,13 +102,15 @@ AC_CHECK_SIZEOF([long])
> 
>  AC_MSG_CHECKING([whether cpp computation of bit length in ftconfig.in works])
>  orig_CPPFLAGS="${CPPFLAGS}"
> -CPPFLAGS="-I${srcdir} -I. ${CPPFLAGS}"
> +CPPFLAGS="-I${srcdir} -I. ${CPPFLAGS} -DFT2_CPP_TESTING"
> 
>  ac_clean_files=
>  for f in ft2build.h ftoption.h ftstdlib.h; do
>    if test ! -f $f; then
>      ac_clean_files="$ac_clean_files $f"
> -    touch $f
> +    echo '#ifndef FT2_CPP_TESTING' > ${f}
> +    echo '# error "autoconf temporal file for CPP testing is included"' >> $f
> +    echo '#endif' >> $f
>    fi
>  done
> 
> 
> suzuki toshiya wrote:
>> OK, I will make a testing tarball with new configure script.
>> Please wait a while.
>>
>> Regards,
>> mpsuzuki
>>
>> HCL Infosystems Ltd wrote:
>>> Hello mpsuzuki,
>>>
>>> Thanks for your reply!!!
>>> Yes you are correct. I am getting this warning while configuration and for 
>>> me it should get resolve first before make and make install. 
>>>
>>> Regards
>>> Amit
>>>
>>> ----- Original Message -----
>>> From: "suzuki toshiya" <[email protected]>
>>> To: "HCL Infosystems Ltd" <[email protected]>
>>> Cc: [email protected]
>>> Sent: Tuesday, March 19, 2013 12:23:33 PM
>>> Subject: Re: [ft] Freetype2 compilation error
>>>
>>> Hi,
>>>
>>> Sorry for your inconvenience. Your quotation seems to be the messages
>>> during the configuration, not during compilation. Do you mean that
>>> the irregular warning like
>>>
>>>> checking whether cpp computation of bit length in ftconfig.in works... 
>>>> "./ft2build.h", line 1: 1506-229 (W) File is empty.
>>>> "ftoption.h", line 1: 1506-229 (W) File is empty.
>>>> "ftstdlib.h", line 1: 1506-229 (W) File is empty.
>>>> no
>>> should be fixed? Of course it should be cared (and I will do), but if
>>> you have other troubles during the compilation, please post.
>>>
>>> # I guess the background of the warning is the inclusion of the
>>> # empty header files created aslike:
>>> #
>>> # ac_clean_files=
>>> # for f in ft2build.h ftoption.h ftstdlib.h; do
>>> #  if test ! -f $f; then
>>> #    ac_clean_files="$ac_clean_files $f"
>>> #    touch $f
>>> #  fi
>>> # done
>>> #
>>> # some more content would be expected to calm /bin/cpp of XLC compiler,
>>> # I guess.
>>>
>>>
>>> Regards,
>>> mpsuzuki
>>>
>>> HCL Infosystems Ltd wrote:
>>>> Dear Team, 
>>>>
>>>> I am getting the below error in red while compiling freetype-2.4.11 on AIX 
>>>> 5.3. 
>>>>
>>>> ##################################################QUOTE##################################################
>>>>  
>>>> FreeType build system -- automatic system detection 
>>>>
>>>> The following settings are used: 
>>>>
>>>> platform unix 
>>>> compiler /usr/vac/bin/xlc 
>>>> configuration directory ./builds/unix 
>>>> configuration rules ./builds/unix/unix.mk 
>>>>
>>>> If this does not correspond to your system or settings please remove the 
>>>> file 
>>>> `config.mk' from this directory then read the INSTALL file for help. 
>>>>
>>>> Otherwise, simply type `/gpfs1/home/amit/SOURCE/make-3.82/bin/make' again 
>>>> to build the library, 
>>>> or `/gpfs1/home/amit/SOURCE/make-3.82/bin/make refdoc' to build the API 
>>>> reference (the latter needs python). 
>>>>
>>>> Generating modules list in ./objs/ftmodule.h... 
>>>> * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc) 
>>>> * module: type1 (Postscript font files with extension *.pfa or *.pfb) 
>>>> * module: cff (OpenType fonts with extension *.otf) 
>>>> * module: cid (Postscript CID-keyed fonts, no known extension) 
>>>> * module: pfr (PFR/TrueDoc font files with extension *.pfr) 
>>>> * module: type42 (Type 42 font files with no known extension) 
>>>> * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon) 
>>>> * module: pcf (pcf bitmap fonts) 
>>>> * module: bdf (bdf bitmap fonts) 
>>>> * module: sfnt (helper module for TrueType & OpenType formats) 
>>>> * module: autofit (automatic hinting module) 
>>>> * module: pshinter (Postscript hinter module) 
>>>> * module: raster (monochrome bitmap renderer) 
>>>> * module: smooth (anti-aliased bitmap renderer) 
>>>> * module: smooth (anti-aliased bitmap renderer for LCDs) 
>>>> * module: smooth (anti-aliased bitmap renderer for vertical LCDs) 
>>>> * module: psaux (Postscript Type 1 & Type 2 helper module) 
>>>> * module: psnames (Postscript & Unicode Glyph name handling) 
>>>> done. 
>>>> cd builds/unix; ./configure '--prefix=/gpfs1/home/amit/freetype-2.4.11' 
>>>> checking build system type... powerpc-ibm-aix5.3.0.0 
>>>> checking host system type... powerpc-ibm-aix5.3.0.0 
>>>> checking for gcc... /usr/vac/bin/xlc 
>>>> 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... no 
>>>> checking whether /usr/vac/bin/xlc accepts -g... yes 
>>>> checking for /usr/vac/bin/xlc option to accept ISO C89... none needed 
>>>> checking how to run the C preprocessor... /bin/cpp 
>>>> checking for rmdir... rmdir 
>>>> checking for a BSD-compatible install... /opt/freeware/bin/install -c 
>>>> checking for grep that handles long lines and -e... /usr/bin/grep 
>>>> checking for egrep... /usr/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 fcntl.h usability... yes 
>>>> checking fcntl.h presence... yes 
>>>> checking for fcntl.h... yes 
>>>> checking for unistd.h... (cached) yes 
>>>> checking for an ANSI C-conforming const... yes 
>>>> checking size of int... 4 
>>>> checking size of long... 8 
>>>> checking whether cpp computation of bit length in ftconfig.in works... 
>>>> "./ft2build.h", line 1: 1506-229 (W) File is empty. 
>>>> "ftoption.h", line 1: 1506-229 (W) File is empty. 
>>>> "ftstdlib.h", line 1: 1506-229 (W) File is empty. 
>>>> no 
>>>> checking for stdlib.h... (cached) yes 
>>>> checking for unistd.h... (cached) yes 
>>>> checking for sys/param.h... yes 
>>>> checking for getpagesize... yes 
>>>> checking for working mmap... yes 
>>>> checking whether munmap is declared... yes 
>>>> checking for munmap's first parameter type... void * 
>>>> checking for memcpy... yes 
>>>> checking for memmove... yes 
>>>> checking for gzsetparams in -lz... yes 
>>>> checking zlib.h usability... yes 
>>>> checking zlib.h presence... yes 
>>>> checking for zlib.h... yes 
>>>> checking for BZ2_bzDecompress in -lbz2... yes 
>>>> checking bzlib.h usability... yes 
>>>> checking bzlib.h presence... yes 
>>>> checking for bzlib.h... yes 
>>>> checking how to print strings... print -r 
>>>> checking for a sed that does not truncate output... /usr/bin/sed 
>>>> checking for fgrep... /usr/bin/grep -F 
>>>> checking for non-GNU ld... /usr/bin/ld 
>>>> checking if the linker (/usr/bin/ld) is GNU ld... no 
>>>> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 
>>>> checking the name lister (/usr/bin/nm -B) interface... BSD nm 
>>>> checking whether ln -s works... yes 
>>>> checking the maximum length of command line arguments... 393216 
>>>> checking whether the shell understands some XSI constructs... yes 
>>>> checking whether the shell understands "+="... no 
>>>> checking how to convert powerpc-ibm-aix5.3.0.0 file names to 
>>>> powerpc-ibm-aix5.3.0.0 format... func_convert_file_noop 
>>>> checking how to convert powerpc-ibm-aix5.3.0.0 file names to toolchain 
>>>> format... func_convert_file_noop 
>>>> checking for /usr/bin/ld option to reload object files... -r 
>>>> checking for objdump... no 
>>>> checking how to recognize dependent libraries... pass_all 
>>>> checking for dlltool... no 
>>>> checking how to associate runtime and link libraries... print -r -- 
>>>> checking for archiver @FILE support... no 
>>>> checking for strip... strip 
>>>> checking for ranlib... ranlib 
>>>> checking for gawk... gawk 
>>>> checking command to parse /usr/bin/nm -B output from /usr/vac/bin/xlc 
>>>> object... ok 
>>>> checking for sysroot... no 
>>>> checking for mt... mt 
>>>> checking if mt is a manifest tool... no 
>>>> checking for dlfcn.h... yes 
>>>> checking for objdir... .libs 
>>>> checking for /usr/vac/bin/xlc option to produce PIC... -DPIC 
>>>> checking if /usr/vac/bin/xlc PIC flag -DPIC works... yes 
>>>> checking if /usr/vac/bin/xlc static flag -bnso -bI:/lib/syscalls.exp 
>>>> works... no 
>>>> checking if /usr/vac/bin/xlc supports -c -o file.o... yes 
>>>> checking if /usr/vac/bin/xlc supports -c -o file.o... (cached) yes 
>>>> checking whether the /usr/vac/bin/xlc linker (/usr/bin/ld) supports shared 
>>>> libraries... yes 
>>>> checking dynamic linker characteristics... aix5.3.0.0 ld.so 
>>>> checking how to hardcode library paths into programs... immediate 
>>>> checking whether stripping libraries is possible... no 
>>>> checking if libtool supports shared libraries... yes 
>>>> checking whether to build shared libraries... yes 
>>>> checking whether to build static libraries... no 
>>>> configure: creating ./config.status 
>>>> config.status: creating unix-cc.mk 
>>>> config.status: creating unix-def.mk 
>>>> config.status: creating freetype-config 
>>>> config.status: creating freetype2.pc 
>>>> config.status: creating ftconfig.h 
>>>> config.status: executing libtool commands 
>>>> gmake: Nothing to be done for `unix'. 
>>>> ##################################################UNQUOTE##################################################
>>>>  
>>>>
>>>> Please help me to get it resolved. 
>>>>
>>>> Regards 
>>>> Amit 
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>> _______________________________________________
>>>> Freetype mailing list
>>>> [email protected]
>>>> https://lists.nongnu.org/mailman/listinfo/freetype
>>
>> _______________________________________________
>> Freetype mailing list
>> [email protected]
>> https://lists.nongnu.org/mailman/listinfo/freetype
> 

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by FreeType configure 2.4.11, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/gpfs1/home/amit/TEST/freetype-2.4.11_fix-for-xlc-cpp_20130319a

## --------- ##
## Platform. ##
## --------- ##

hostname = iitm01n2
uname -m = 00C41EB44C00
uname -r = 3
uname -s = AIX
uname -v = 5

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = 5.3.0.0
/bin/universe          = unknown

PATH: /usr/local/ncl/bin
PATH: /usr/bin
PATH: /usr/lib
PATH: /usr/include
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java14/jre/bin
PATH: /usr/java14/bin
PATH: /usr/vac/bin
PATH: /usr/lpp/LoadL/full/bin
PATH: /usr/vacpp/bin
PATH: /usr/local/nedit/nedit-5.4-aix-power/nedit
PATH: /usr/local/bin/ruby
PATH: /gpfs1/scientific_appln/ferret/bin
PATH: /gpfs1/scientific_appln/ferret/data
PATH: /gpfs1/scientific_appln/ferret/go
PATH: /gpfs1/scientific_appln/jasper/jasper-1.9/bin
PATH: /gpfs1/scientific_appln/jasper/jasper-1.9/include
PATH: /gpfs1/scientific_appln/jasper/jasper-1.9/lib
PATH: /gpfs1/scientific_appln/jasper/jasper-1.9/man
PATH: /gpfs1/scientific_appln/zlib/zlib-1.2.4/include
PATH: /gpfs1/scientific_appln/zlib/zlib-1.2.4/lib
PATH: /gpfs1/scientific_appln/zlib/zlib-1.2.4/share
PATH: /gpfs1/scientific_appln/netcdf/netcdf-4.0.1/bin
PATH: /gpfs1/scientific_appln/netcdf/netcdf-4.0.1/lib
PATH: /gpfs1/scientific_appln/netcdf/netcdf-4.0.1/include
PATH: /gpfs1/scientific_appln/netcdf/netcdf-4.0.1/share
PATH: /gpfs1/scientific_appln/udunits/udunits-2.1.14/bin
PATH: /gpfs1/scientific_appln/udunits/udunits-2.1.14/include
PATH: /gpfs1/scientific_appln/udunits/udunits-2.1.14/lib
PATH: /gpfs1/scientific_appln/udunits/udunits-2.1.14/share
PATH: /gpfs1/scientific_appln/ncl/ncl-5.1.1/bin
PATH: /gpfs1/scientific_appln/ncl/ncl-5.1.1/include
PATH: /gpfs1/scientific_appln/ncl/ncl-5.1.1/lib
PATH: /gpfs1/scientific_appln/hdf5/hdf5-1.8.4/lib
PATH: /gpfs1/scientific_appln/hdf5/hdf5-1.8.4/bin
PATH: /gpfs1/scientific_appln/hdf5/hdf5-1.8.4/include
PATH: /gpfs1/scientific_appln/szip/szip-2.1/include
PATH: /gpfs1/scientific_appln/szip/szip-2.1/lib
PATH: /gpfs1/scientific_appln/jpeg/jpeg-6b/bin
PATH: /gpfs1/scientific_appln/jpeg/jpeg-6b/include
PATH: /gpfs1/scientific_appln/jpeg/jpeg-6b/lib
PATH: /gpfs1/scientific_appln/jpeg/jpeg-6b/man
PATH: /gpfs1/scientific_appln/nco/bin
PATH: /gpfs1/scientific_appln/nco/lib
PATH: /gpfs1/scientific_appln/nco/include
PATH: /gpfs1/scientific_appln/nco/share
PATH: /gpfs1/scientific_appln/cdo/cdo-1.4.1/bin
PATH: /gpfs1/scientific_appln/wgrib2/grib2/wgrib2
PATH: /gpfs1/scientific_appln/nedit
PATH: /gpfs1/scientific_appln/wget/bin
PATH: /opt/freeware/bin
PATH: /gpfs1/scientific_appln/decoders/decoders-5.0.0/bin
PATH: /gpfs1/scientific_appln/ncview/bin
PATH: /gpfs1/scientific_appln/fftw/fftw/bin
PATH: /opt/subversion/bin
PATH: /gpfs1/scientific_appln/epstopdf/bin/powerpc-aix
PATH: /gpfs1/scientific_appln/texinfo/texinfo.4.8/usr/local/bin
PATH: /gpfs1/scientific_appln/texinfo/texinfo.4.8/usr/local/lib
PATH: /gpfs1/scientific_appln/grads/grads-1.8sl11/bin
PATH: /gpfs1/scientific_appln/gd/gd-2.0.35/bin
PATH: /gpfs1/scientific_appln/nag/aix64
PATH: /usr/lpp/ppe.hpct/bin
PATH: /gpfs1/scientific_appln/tcsh/bin
PATH: /usr/lpp/mmfs/bin
PATH: /gpfs1/scientific_appln/grace/grace/bin
PATH: /gpfs1/scientific_appln/xconv
PATH: .
PATH: /gpfs1/opt/sudo/bin
PATH: /gpfs1/opt/sudo/sbin
PATH: .
PATH: /bin
PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/sbin/rsct/bin
PATH: /opt/csm/bin
PATH: /usr/lpp/mmfs/bin
PATH: /usr/lpp/LoadL/full/bin
PATH: /usr/local/etc
PATH: /usr/local/bin
PATH: /csminstall/tools
PATH: /usr/lib/instl
PATH: /opt/csm/hpsnm/bin
PATH: /opt/csm/hpsnm/tools/bin
PATH: /usr/java5/jre/bin
PATH: /usr/java5/bin
PATH: /gpfs1/home/amit/SOURCE/pixman-0.24.0/include
PATH: /opt/tripwire/tfs/bin
PATH: /gpfs1/opt/jre/bin
PATH: /gpfs1/opt/jre/lib
PATH: /gpfs1/opt/sudo/bin/sudo
PATH: /gpfs1/home/amit/SOURCE/libxml2-2.7.2/bin
PATH: /gpfs1/home/amit/Python-2.7.2/bin
PATH: /gpfs1/home/amit/SOURCE/gettext-0.18/bin
PATH: /gpfs1/home/amit/SOURCE/gettext-0.18/lib
PATH: /gpfs1/home/amit/SOURCE/gettext-0.18/include
PATH: /gpfs1/scientific_appln/wgrib2/grib2/wgrib2
PATH: /gpfs1/scientific_appln/ncl/ncl-5.1.1/bin
PATH: /gpfs1/home/amit/SOURCE/intltool-0.40.6/bin
PATH: /gpfs1/scientific_appln/mktemp-1.7/bin
PATH: /gpfs1/scientific_appln/netcdf/netcdf-4.0.1/bin
PATH: /gpfs1/home/amit/SOURCE/NCO/hdf5-1.8.10-patch1/bin
PATH: /gpfs1/home/amit/SOURCE/make-3.82/bin
PATH: /gpfs1/home/amit/NCL/local/bin
PATH: /gpfs1/home/amit/NCL/makepp-1.19/bin
PATH: /usr/opt/ifor/ls/os/aix/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2480: checking build system type
configure:2494: result: powerpc-ibm-aix5.3.0.0
configure:2514: checking host system type
configure:2527: result: powerpc-ibm-aix5.3.0.0
configure:2599: checking for gcc
configure:2626: result: /usr/vac/bin/xlc
configure:2855: checking for C compiler version
configure:2864: /usr/vac/bin/xlc --version >&5
/usr/vac/bin/xlc: 1501-216 (W) command option --version is not recognized - passed to ld



  xlc(1)                     IBM (2008)                      xlc(1)



  NAME
         xlc, xlc++, xlC, cc, c89, c99, xlCcore, xlc++core and
configure:2875: $? = 249
configure:2864: /usr/vac/bin/xlc -v >&5
exec: export(export,XL_CONFIG=/etc/vac.cfg.53:xlc,NULL) 
exec: /usr/bin/pg(/usr/bin/pg,/usr/vacpp/exe/default_msg/vacpp.txt,NULL) 



  xlc(1)                     IBM (2008)                      xlc(1)



  NAME
configure:2875: $? = 249
configure:2864: /usr/vac/bin/xlc -V >&5
export XL_CONFIG=/etc/vac.cfg.53:xlc 
/usr/bin/pg /usr/vacpp/exe/default_msg/vacpp.txt 



  xlc(1)                     IBM (2008)                      xlc(1)



  NAME
configure:2875: $? = 249
configure:2864: /usr/vac/bin/xlc -qversion >&5
IBM XL C/C++ for AIX, V10.1
Version: 10.01.0000.0000
configure:2875: $? = 0
configure:2895: checking whether the C compiler works
configure:2917: /usr/vac/bin/xlc -q64   conftest.c  >&5
configure:2921: $? = 0
configure:2969: result: yes
configure:2972: checking for C compiler default output file name
configure:2974: result: a.out
configure:2980: checking for suffix of executables
configure:2987: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:2991: $? = 0
configure:3013: result: 
configure:3035: checking whether we are cross compiling
configure:3043: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:3047: $? = 0
configure:3054: ./conftest
configure:3058: $? = 0
configure:3073: result: no
configure:3078: checking for suffix of object files
configure:3100: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:3104: $? = 0
configure:3125: result: o
configure:3129: checking whether we are using the GNU C compiler
configure:3148: /usr/vac/bin/xlc -c -q64  conftest.c >&5
"conftest.c", line 14.14: 1506-275 (S) Unexpected text me encountered.
"conftest.c", line 14.8: 1506-045 (S) Undeclared identifier choke.
configure:3148: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.4.11"
| #define PACKAGE_STRING "FreeType 2.4.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3157: result: no
configure:3166: checking whether /usr/vac/bin/xlc accepts -g
configure:3186: /usr/vac/bin/xlc -c -g  conftest.c >&5
configure:3186: $? = 0
configure:3227: result: yes
configure:3244: checking for /usr/vac/bin/xlc option to accept ISO C89
configure:3307: /usr/vac/bin/xlc  -c -q64  conftest.c >&5
configure:3307: $? = 0
configure:3320: result: none needed
configure:3345: checking how to run the C preprocessor
configure:3415: result: /bin/cpp
configure:3435: /bin/cpp  conftest.c
configure:3435: $? = 0
configure:3449: /bin/cpp  conftest.c
"conftest.c", line 9.10: 1506-296 (S) #include file <ac_nonexistent.h> not found.
configure:3449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.4.11"
| #define PACKAGE_STRING "FreeType 2.4.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3642: checking for rmdir
configure:3658: found /usr/bin/rmdir
configure:3669: result: rmdir
configure:3697: checking for a BSD-compatible install
configure:3765: result: /opt/freeware/bin/install -c
configure:3789: checking for grep that handles long lines and -e
configure:3847: result: /usr/bin/grep
configure:3852: checking for egrep
configure:3914: result: /usr/bin/grep -E
configure:3919: checking for ANSI C header files
configure:3939: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:3939: $? = 0
configure:4012: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4012: $? = 0
configure:4012: ./conftest
configure:4012: $? = 0
configure:4023: result: yes
configure:4036: checking for sys/types.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for sys/stat.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for stdlib.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for string.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for memory.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for strings.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for inttypes.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for stdint.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4036: checking for unistd.h
configure:4036: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4036: $? = 0
configure:4036: result: yes
configure:4051: checking fcntl.h usability
configure:4051: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4051: $? = 0
configure:4051: result: yes
configure:4051: checking fcntl.h presence
configure:4051: /bin/cpp  conftest.c
configure:4051: $? = 0
configure:4051: result: yes
configure:4051: checking for fcntl.h
configure:4051: result: yes
configure:4051: checking for unistd.h
configure:4051: result: yes
configure:4065: checking for an ANSI C-conforming const
configure:4131: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4131: $? = 0
configure:4138: result: yes
configure:4150: checking size of int
configure:4155: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4155: $? = 0
configure:4155: ./conftest
configure:4155: $? = 0
configure:4169: result: 4
configure:4183: checking size of long
configure:4188: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4188: $? = 0
configure:4188: ./conftest
configure:4188: $? = 0
configure:4202: result: 8
configure:4216: checking whether cpp computation of bit length in ftconfig.in works
configure:4280: result: no
configure:4313: checking for stdlib.h
configure:4313: result: yes
configure:4313: checking for unistd.h
configure:4313: result: yes
configure:4313: checking for sys/param.h
configure:4313: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4313: $? = 0
configure:4313: result: yes
configure:4333: checking for getpagesize
configure:4333: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4333: $? = 0
configure:4333: result: yes
configure:4342: checking for working mmap
configure:4489: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4489: $? = 0
configure:4489: ./conftest
configure:4489: $? = 0
configure:4499: result: yes
configure:4515: checking whether munmap is declared
configure:4515: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4515: $? = 0
configure:4515: result: yes
configure:4535: checking for munmap's first parameter type
configure:4549: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4549: $? = 0
configure:4550: result: void *
configure:4567: checking for memcpy
configure:4567: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4567: $? = 0
configure:4567: result: yes
configure:4567: checking for memmove
configure:4567: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:4567: $? = 0
configure:4567: result: yes
configure:4649: checking for gzsetparams in -lz
configure:4674: /usr/vac/bin/xlc -o conftest -q64   conftest.c -lz   >&5
configure:4674: $? = 0
configure:4683: result: yes
configure:4686: checking zlib.h usability
configure:4686: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4686: $? = 0
configure:4686: result: yes
configure:4686: checking zlib.h presence
configure:4686: /bin/cpp  conftest.c
configure:4686: $? = 0
configure:4686: result: yes
configure:4686: checking for zlib.h
configure:4686: result: yes
configure:4709: checking for BZ2_bzDecompress in -lbz2
configure:4734: /usr/vac/bin/xlc -o conftest -q64   conftest.c -lbz2   >&5
configure:4734: $? = 0
configure:4743: result: yes
configure:4746: checking bzlib.h usability
configure:4746: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:4746: $? = 0
configure:4746: result: yes
configure:4746: checking bzlib.h presence
configure:4746: /bin/cpp  conftest.c
configure:4746: $? = 0
configure:4746: result: yes
configure:4746: checking for bzlib.h
configure:4746: result: yes
configure:5391: checking how to print strings
configure:5420: result: print -r
configure:5439: checking for a sed that does not truncate output
configure:5503: result: /usr/bin/sed
configure:5521: checking for fgrep
configure:5583: result: /usr/bin/grep -F
configure:5651: checking for non-GNU ld
configure:5685: result: /usr/bin/ld
configure:5692: checking if the linker (/usr/bin/ld) is GNU ld
configure:5707: result: no
configure:5719: checking for BSD- or MS-compatible name lister (nm)
configure:5768: result: /usr/bin/nm -B
configure:5898: checking the name lister (/usr/bin/nm -B) interface
configure:5905: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:5908: /usr/bin/nm -B "conftest.o"
configure:5911: output
         0 d some_variable
         8 D some_variable
configure:5918: result: BSD nm
configure:5921: checking whether ln -s works
configure:5925: result: yes
configure:5933: checking the maximum length of command line arguments
configure:6064: result: 393216
configure:6081: checking whether the shell understands some XSI constructs
configure:6091: result: yes
configure:6095: checking whether the shell understands "+="
configure:6101: result: no
configure:6136: checking how to convert powerpc-ibm-aix5.3.0.0 file names to powerpc-ibm-aix5.3.0.0 format
configure:6176: result: func_convert_file_noop
configure:6183: checking how to convert powerpc-ibm-aix5.3.0.0 file names to toolchain format
configure:6203: result: func_convert_file_noop
configure:6210: checking for /usr/bin/ld option to reload object files
configure:6217: result: -r
configure:6291: checking for objdump
configure:6321: result: no
configure:6347: checking how to recognize dependent libraries
configure:6545: result: pass_all
configure:6630: checking for dlltool
configure:6660: result: no
configure:6687: checking how to associate runtime and link libraries
configure:6714: result: print -r --
configure:6838: checking for archiver @FILE support
configure:6855: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:6855: $? = 0
configure:6858: ar -X64 cru libconftest.a @conftest.lst >&5
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file @conftest.lst.
configure:6861: $? = 1
configure:6881: result: no
configure:6939: checking for strip
configure:6955: found /usr/bin/strip
configure:6966: result: strip
configure:7038: checking for ranlib
configure:7054: found /usr/bin/ranlib
configure:7065: result: ranlib
configure:7142: checking for gawk
configure:7158: found /usr/bin/gawk
configure:7169: result: gawk
configure:7209: checking command to parse /usr/bin/nm -B output from /usr/vac/bin/xlc object
configure:7329: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:7332: $? = 0
configure:7336: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDT][BCDT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7339: $? = 0
configure:7405: /usr/vac/bin/xlc -o conftest -q64   conftest.c conftstm.o >&5
configure:7408: $? = 0
configure:7446: result: ok
configure:7483: checking for sysroot
configure:7513: result: no
configure:7776: checking for mt
configure:7792: found /usr/bin/mt
configure:7803: result: mt
configure:7826: checking if mt is a manifest tool
configure:7832: mt '-?'
Usage:  mt [ -f device ] subcommand [ count ]
	Valid subcommands are:
	weof
	eof
	fsf
	bsf
	fsr
	bsr
	rewind
	offline
	rewoffl
	status
configure:7840: result: no
configure:8479: checking for dlfcn.h
configure:8479: /usr/vac/bin/xlc -c -q64  conftest.c >&5
configure:8479: $? = 0
configure:8479: result: yes
configure:8983: checking for objdir
configure:8998: result: .libs
configure:9627: checking for /usr/vac/bin/xlc option to produce PIC
configure:9634: result:  -DPIC
configure:9642: checking if /usr/vac/bin/xlc PIC flag  -DPIC works
configure:9660: /usr/vac/bin/xlc -c -q64   -DPIC -DPIC conftest.c >&5
configure:9664: $? = 0
configure:9677: result: yes
configure:9706: checking if /usr/vac/bin/xlc static flag -bnso -bI:/lib/syscalls.exp works
configure:9734: result: no
configure:9749: checking if /usr/vac/bin/xlc supports -c -o file.o
configure:9770: /usr/vac/bin/xlc -c -q64  -o out/conftest2.o conftest.c >&5
configure:9774: $? = 0
configure:9796: result: yes
configure:9804: checking if /usr/vac/bin/xlc supports -c -o file.o
configure:9851: result: yes
configure:9884: checking whether the /usr/vac/bin/xlc linker (/usr/bin/ld) supports shared libraries
configure:10440: /usr/vac/bin/xlc -o conftest -q64   conftest.c  >&5
configure:10440: $? = 0
configure:11041: result: yes
configure:11281: checking dynamic linker characteristics
configure:12015: result: aix5.3.0.0 ld.so
configure:12122: checking how to hardcode library paths into programs
configure:12147: result: immediate
configure:12687: checking whether stripping libraries is possible
configure:12709: result: no
configure:12727: checking if libtool supports shared libraries
configure:12729: result: yes
configure:12732: checking whether to build shared libraries
configure:12753: result: yes
configure:12756: checking whether to build static libraries
configure:12760: result: no
configure:12949: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by FreeType config.status 2.4.11, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on iitm01n2

config.status:1073: creating unix-cc.mk
config.status:1073: creating unix-def.mk
config.status:1073: creating freetype-config
config.status:1073: creating freetype2.pc
config.status:1073: creating ftconfig.h
config.status:1262: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-ibm-aix5.3.0.0
ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/vac/bin/xlc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-q64
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=/bin/cpp
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_getpagesize=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_have_decl_munmap=yes
ac_cv_header_bzlib_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=powerpc-ibm-aix5.3.0.0
ac_cv_lib_bz2_BZ2_bzDecompress=yes
ac_cv_lib_z_gzsetparams=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/opt/freeware/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/bin/cpp
ac_cv_prog_RMDIR=rmdir
ac_cv_prog_ac_ct_CC=/usr/vac/bin/xlc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
lt_cv_aix_libpath_=/usr/vac/lib:/usr/lib:/lib
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic=' -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='print -r --'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([BCDT][BCDT]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDT]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDT]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDT]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDT]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=393216
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar -X64'
AS='as'
AWK='gawk'
CC='/usr/vac/bin/xlc'
CC_BUILD='/usr/vac/bin/xlc'
CFLAGS='-q64 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2'
CPP='/bin/cpp'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXEEXT_BUILD=''
FGREP='/usr/bin/grep -F'
FT2_EXTRA_LIBS=''
FTSYS_SRC='$(BUILD_DIR)/ftsystem.c'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/bin/ld'
LDFLAGS=' -lz -lbz2'
LIBBZ2='-lbz2'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBZ='-lz'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MANIFEST_TOOL=':'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='false'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='FreeType'
PACKAGE_STRING='FreeType 2.4.11'
PACKAGE_TARNAME='freetype'
PACKAGE_URL=''
PACKAGE_VERSION='2.4.11'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RMDIR='rmdir'
SED='/usr/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
SYSTEM_ZLIB='yes'
XX_ANSIFLAGS=''
XX_CFLAGS=''
ac_ct_AR=''
ac_ct_CC='/usr/vac/bin/xlc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix5.3.0.0'
build_alias=''
build_cpu='powerpc'
build_libtool_libs=''
build_os='aix5.3.0.0'
build_vendor='ibm'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
ft_version='16.0.10'
ftmac_c=''
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/vac/lib:/usr/lib:/lib'
host='powerpc-ibm-aix5.3.0.0'
host_alias=''
host_cpu='powerpc'
host_os='aix5.3.0.0'
host_vendor='ibm'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/gpfs1/home/amit/TEST/freetype-2.4.11_fix-for-xlc-cpp_20130319a'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
version_info='16:0:10'
wl='-Wl,'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "FreeType"
#define PACKAGE_TARNAME "freetype"
#define PACKAGE_VERSION "2.4.11"
#define PACKAGE_STRING "FreeType 2.4.11"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define FT_USE_AUTOCONF_SIZEOF_TYPES /**/
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_DECL_MUNMAP 1
#define MUNMAP_USES_VOIDP /**/
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"

configure: exit 0
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to