のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

raspberry pi freetype make

pi@raspberrypi ~/freetype/freetype-2.5.3.tar/freetype-2.5.3 $ make

FreeType build system -- automatic system detection

The following settings are used:

  platform                    unix
  compiler                    cc
  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 `make' again to build the library,
or `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; /bin/sh ./configure
checking build system type... armv6l-unknown-linux-gnueabihf
checking host system type... armv6l-unknown-linux-gnueabihf
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 how to run the C preprocessor... gcc -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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... 805306365
checking how to convert armv6l-unknown-linux-gnueabihf file names to armv6l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv6l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) 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... 4
checking whether cpp computation of bit length in ftconfig.in works... yes
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 gcc compiler flag -pedantic to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... yes
checking for BZIP2... no
checking for BZ2_bzDecompress in -lbz2... no
checking for LIBPNG... no
checking for libpng-config... no
checking for HARFBUZZ... no
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:

Library configuration:
  external zlib: yes (pkg-config)
  bzip2:         no
  libpng:        no
  harfbuzz:      no
pi@raspberrypi ~/freetype/freetype-2.5.3.tar/freetype-2.5.3 $ make
./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2   -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c  -fPIC -DPIC -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/.libs/ftsystem.o
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftsystem.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2   -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftdebug.lo /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftdebug.c
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftdebug.c  -fPIC -DPIC -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/.libs/ftdebug.o
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftdebug.c -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftdebug.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2   -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftinit.lo /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftinit.c
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftinit.c  -fPIC -DPIC -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/.libs/ftinit.o
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftinit.c -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftinit.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2   -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/ftbase.lo /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftbase.c
libtool: compile:  gcc -pedantic -ansi -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs -I./builds/unix -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/src/base/ftbase.c  -fPIC -DPIC -o /home/pi/freetype/freetype-2.5.3.tar/freetype-2.5.3/objs/.libs/ftbase.o 
(略)