root/cdat/trunk/logs/samples/freetype.LOG

Revision 6309, 80.8 kB (checked in by doutriaux1, 1 year ago)

looks like the final commit for 4.3

Line 
1 untarring freetype
2 Installation of freetype to /lgm/cdat
3
4 FreeType build system -- automatic system detection
5
6 The following settings are used:
7
8   platform                    unix
9   compiler                    cc
10   configuration directory     ./builds/unix
11   configuration rules         ./builds/unix/unix.mk
12
13 If this does not correspond to your system or settings please remove the file
14 `config.mk' from this directory then read the INSTALL file for help.
15
16 Otherwise, simply type `make' again to build the library,
17 or `make refdoc' to build the API reference (the latter needs python).
18
19 Generating modules list in ./objs/ftmodule.h...
20 * module: truetype  (Windows/Mac font files with extension *.ttf or *.ttc)
21 * module: type1     (Postscript font files with extension *.pfa or *.pfb)
22 * module: cff       (OpenType fonts with extension *.otf)
23 * module: cid       (Postscript CID-keyed fonts, no known extension)
24 * module: pfr       (PFR/TrueDoc font files with extension *.pfr)
25 * module: type42    (Type 42 font files with no known extension)
26 * module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)
27 * module: pcf       (pcf bitmap fonts)
28 * module: bdf       (bdf bitmap fonts)
29 * module: sfnt      (helper module for TrueType & OpenType formats)
30 * module: autofit   (automatic hinting module)
31 * module: pshinter  (Postscript hinter module)
32 * module: raster    (monochrome bitmap renderer)
33 * module: smooth    (anti-aliased bitmap renderer)
34 * module: smooth    (anti-aliased bitmap renderer for LCDs)
35 * module: smooth    (anti-aliased bitmap renderer for vertical LCDs)
36 * module: psaux     (Postscript Type 1 & Type 2 helper module)
37 * module: psnames   (Postscript & Unicode Glyph name handling)
38 done.
39 cd builds/unix; ./configure  "--prefix=/lgm/cdat/Externals"
40 checking build system type... i686-pc-linux-gnu
41 checking host system type... i686-pc-linux-gnu
42 checking target system type... i686-pc-linux-gnu
43 checking for gcc... gcc
44 checking for C compiler default output file name... a.out
45 checking whether the C compiler works... yes
46 checking whether we are cross compiling... no
47 checking for suffix of executables...
48 checking for suffix of object files... o
49 checking whether we are using the GNU C compiler... yes
50 checking whether gcc accepts -g... yes
51 checking for gcc option to accept ISO C89... none needed
52 checking how to run the C preprocessor... gcc -E
53 checking for rm... rm -f
54 checking for rmdir... rmdir
55 checking for a BSD-compatible install... /usr/bin/install -c
56 checking for grep that handles long lines and -e... /bin/grep
57 checking for egrep... /bin/grep -E
58 checking for ANSI C header files... yes
59 checking for sys/types.h... yes
60 checking for sys/stat.h... yes
61 checking for stdlib.h... yes
62 checking for string.h... yes
63 checking for memory.h... yes
64 checking for strings.h... yes
65 checking for inttypes.h... yes
66 checking for stdint.h... yes
67 checking for unistd.h... yes
68 checking fcntl.h usability... yes
69 checking fcntl.h presence... yes
70 checking for fcntl.h... yes
71 checking for unistd.h... (cached) yes
72 checking for an ANSI C-conforming const... yes
73 checking for int... yes
74 checking size of int... 4
75 checking for long... yes
76 checking size of long... 4
77 checking for stdlib.h... (cached) yes
78 checking for unistd.h... (cached) yes
79 checking for getpagesize... yes
80 checking for working mmap... yes
81 checking whether munmap is declared... yes
82 checking for munmap's first parameter type... void *
83 checking for memcpy... yes
84 checking for memmove... yes
85 checking for gzsetparams in -lz... yes
86 checking zlib.h usability... yes
87 checking zlib.h presence... yes
88 checking for zlib.h... yes
89 checking for a sed that does not truncate output... /bin/sed
90 checking for ld used by gcc... /usr/bin/ld
91 checking if the linker (/usr/bin/ld) is GNU ld... yes
92 checking for /usr/bin/ld option to reload object files... -r
93 checking for BSD-compatible nm... /usr/bin/nm -B
94 checking whether ln -s works... yes
95 checking how to recognise dependent libraries... pass_all
96 checking dlfcn.h usability... yes
97 checking dlfcn.h presence... yes
98 checking for dlfcn.h... yes
99 checking for g++... g++
100 checking whether we are using the GNU C++ compiler... yes
101 checking whether g++ accepts -g... yes
102 checking how to run the C++ preprocessor... g++ -E
103 checking for g77... no
104 checking for xlf... no
105 checking for f77... no
106 checking for frt... no
107 checking for pgf77... no
108 checking for cf77... no
109 checking for fort77... no
110 checking for fl32... no
111 checking for af77... no
112 checking for xlf90... no
113 checking for f90... no
114 checking for pgf90... no
115 checking for pghpf... no
116 checking for epcf90... no
117 checking for gfortran... gfortran
118 checking whether we are using the GNU Fortran 77 compiler... yes
119 checking whether gfortran accepts -g... yes
120 checking the maximum length of command line arguments... 32768
121 checking command to parse /usr/bin/nm -B output from gcc object... ok
122 checking for objdir... .libs
123 checking for ar... ar
124 checking for ranlib... ranlib
125 checking for strip... strip
126 checking if gcc supports -fno-rtti -fno-exceptions... no
127 checking for gcc option to produce PIC... -fPIC
128 checking if gcc PIC flag -fPIC works... yes
129 checking if gcc static flag -static works... yes
130 checking if gcc supports -c -o file.o... yes
131 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
132 checking whether -lc should be explicitly linked in... no
133 checking dynamic linker characteristics... GNU/Linux ld.so
134 checking how to hardcode library paths into programs... immediate
135 checking whether stripping libraries is possible... yes
136 checking if libtool supports shared libraries... yes
137 checking whether to build shared libraries... yes
138 checking whether to build static libraries... yes
139 configure: creating libtool
140 appending configuration tag "CXX" to libtool
141 checking for ld used by g++... /usr/bin/ld
142 checking if the linker (/usr/bin/ld) is GNU ld... yes
143 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
144 checking for g++ option to produce PIC... -fPIC
145 checking if g++ PIC flag -fPIC works... yes
146 checking if g++ static flag -static works... yes
147 checking if g++ supports -c -o file.o... yes
148 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
149 checking dynamic linker characteristics... GNU/Linux ld.so
150 checking how to hardcode library paths into programs... immediate
151 appending configuration tag "F77" to libtool
152 checking if libtool supports shared libraries... yes
153 checking whether to build shared libraries... yes
154 checking whether to build static libraries... yes
155 checking for gfortran option to produce PIC... -fPIC
156 checking if gfortran PIC flag -fPIC works... yes
157 checking if gfortran static flag -static works... yes
158 checking if gfortran supports -c -o file.o... yes
159 checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
160 checking dynamic linker characteristics... GNU/Linux ld.so
161 checking how to hardcode library paths into programs... immediate
162 configure: creating ./config.status
163 config.status: creating unix-cc.mk
164 config.status: creating unix-def.mk
165 config.status: creating freetype-config
166 config.status: creating freetype2.pc
167 config.status: creating ftconfig.h
168 make: Nothing to be done for `unix'.
169 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsystem.lo builds/unix/ftsystem.c
170 mkdir /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs
171  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftsystem.o
172  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsystem.o >/dev/null 2>&1
173 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftdebug.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftdebug.c
174  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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>" /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftdebug.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftdebug.o
175  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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>" /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftdebug.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftdebug.o >/dev/null 2>&1
176 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftinit.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftinit.c
177  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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>" /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftinit.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftinit.o
178  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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>" /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftinit.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftinit.o >/dev/null 2>&1
179 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbase.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbase.c
180  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbase.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbase.o
181  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbase.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbase.o >/dev/null 2>&1
182 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbbox.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbbox.c
183  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbbox.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbbox.o
184  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbbox.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbbox.o >/dev/null 2>&1
185 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbdf.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbdf.c
186  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbdf.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbdf.o
187  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbdf.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbdf.o >/dev/null 2>&1
188 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbitmap.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbitmap.c
189  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbitmap.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbitmap.o
190  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftbitmap.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbitmap.o >/dev/null 2>&1
191 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftglyph.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftglyph.c
192  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftglyph.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftglyph.o
193  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftglyph.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftglyph.o >/dev/null 2>&1
194 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgxval.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftgxval.c
195  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftgxval.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftgxval.o
196  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftgxval.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgxval.o >/dev/null 2>&1
197 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftmm.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftmm.c
198  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftmm.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftmm.o
199  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftmm.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftmm.o >/dev/null 2>&1
200 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftotval.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftotval.c
201  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftotval.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftotval.o
202  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftotval.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftotval.o >/dev/null 2>&1
203 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftpfr.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftpfr.c
204  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftpfr.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftpfr.o
205  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftpfr.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftpfr.o >/dev/null 2>&1
206 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftstroke.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftstroke.c
207  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftstroke.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftstroke.o
208  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftstroke.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftstroke.o >/dev/null 2>&1
209 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsynth.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftsynth.c
210  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftsynth.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftsynth.o
211  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftsynth.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsynth.o >/dev/null 2>&1
212 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/fttype1.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/fttype1.c
213  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/fttype1.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/fttype1.o
214  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/fttype1.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/fttype1.o >/dev/null 2>&1
215 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftwinfnt.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftwinfnt.c
216  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftwinfnt.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftwinfnt.o
217  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftwinfnt.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftwinfnt.o >/dev/null 2>&1
218 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftxf86.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftxf86.c
219  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftxf86.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftxf86.o
220  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftxf86.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftxf86.o >/dev/null 2>&1
221 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlcdfil.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftlcdfil.c
222  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftlcdfil.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftlcdfil.o
223  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftlcdfil.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlcdfil.o >/dev/null 2>&1
224 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgasp.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftgasp.c
225  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftgasp.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftgasp.o
226  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/base/ftgasp.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgasp.o >/dev/null 2>&1
227 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/truetype -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/truetype.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/truetype/truetype.c
228  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/truetype /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/truetype/truetype.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/truetype.o
229  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/truetype /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/truetype/truetype.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/truetype.o >/dev/null 2>&1
230 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type1 -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type1/type1.c
231  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type1 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type1/type1.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/type1.o
232  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type1 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type1/type1.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1.o >/dev/null 2>&1
233 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cff -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/cff.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cff/cff.c
234  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cff /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cff/cff.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/cff.o
235  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cff /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cff/cff.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/cff.o >/dev/null 2>&1
236 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cid -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1cid.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cid/type1cid.c
237  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cid /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cid/type1cid.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/type1cid.o
238  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cid /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cid/type1cid.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1cid.o >/dev/null 2>&1
239 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pfr -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pfr.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pfr/pfr.c
240  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pfr /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pfr/pfr.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/pfr.o
241  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pfr /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pfr/pfr.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pfr.o >/dev/null 2>&1
242 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type42 -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type42.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type42/type42.c
243  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type42 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type42/type42.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/type42.o
244  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type42 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/type42/type42.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type42.o >/dev/null 2>&1
245 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/winfonts -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/winfnt.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/winfonts/winfnt.c
246  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/winfonts /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/winfonts/winfnt.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/winfnt.o
247  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/winfonts /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/winfonts/winfnt.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/winfnt.o >/dev/null 2>&1
248 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pcf -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pcf.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pcf/pcf.c
249  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pcf /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pcf/pcf.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/pcf.o
250  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pcf /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pcf/pcf.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pcf.o >/dev/null 2>&1
251 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/bdf -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/bdf.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/bdf/bdf.c
252  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/bdf /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/bdf/bdf.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/bdf.o
253  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/bdf /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/bdf/bdf.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/bdf.o >/dev/null 2>&1
254 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/sfnt.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/sfnt.c
255  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/sfnt.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/sfnt.o
256 In file included from /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/sfnt.c:23:
257 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c: In function 'tt_face_load_hmtx':
258 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c:130: warning: dereferencing type-punned pointer will break strict-aliasing rules
259 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c:131: warning: dereferencing type-punned pointer will break strict-aliasing rules
260 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c:145: warning: dereferencing type-punned pointer will break strict-aliasing rules
261 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c:146: warning: dereferencing type-punned pointer will break strict-aliasing rules
262 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c: In function 'tt_face_load_hhea':
263 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c:286: warning: dereferencing type-punned pointer will break strict-aliasing rules
264 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c: In function 'tt_face_get_metrics':
265 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/ttmtx.c:419: warning: dereferencing type-punned pointer will break strict-aliasing rules
266  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/sfnt/sfnt.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/sfnt.o >/dev/null 2>&1
267 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/autofit -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/autofit.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/autofit/autofit.c
268  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/autofit /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/autofit/autofit.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/autofit.o
269  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/autofit /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/autofit/autofit.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/autofit.o >/dev/null 2>&1
270 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pshinter.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshinter.c
271  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshinter.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/pshinter.o
272 In file included from /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshinter.c:25:
273 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshmod.c: In function 'ps_hinter_init':
274 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshmod.c:61: warning: type-punning to incomplete type might break strict-aliasing rules
275 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshmod.c:64: warning: type-punning to incomplete type might break strict-aliasing rules
276 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshrec.c: In function 'ps_dimension_set_mask_bits':
277 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshrec.c:631: warning: passing argument 2 of 'ps_mask_table_set_bits' discards qualifiers from pointer target type
278  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/pshinter/pshinter.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pshinter.o >/dev/null 2>&1
279 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/raster -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/raster.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/raster/raster.c
280  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/raster /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/raster/raster.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/raster.o
281  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/raster /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/raster/raster.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/raster.o >/dev/null 2>&1
282 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/smooth -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/smooth.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/smooth/smooth.c
283  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/smooth /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/smooth/smooth.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/smooth.o
284  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/smooth /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/smooth/smooth.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/smooth.o >/dev/null 2>&1
285 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftcache.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcache.c
286  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcache.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftcache.o
287 In file included from /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcache.c:24:
288 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftccache.c: In function 'ftc_node_mru_link':
289 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftccache.c:49: warning: dereferencing type-punned pointer will break strict-aliasing rules
290 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftccache.c: In function 'ftc_node_mru_unlink':
291 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftccache.c:60: warning: dereferencing type-punned pointer will break strict-aliasing rules
292 In file included from /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcache.c:25:
293 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftccmap.c: In function 'FTC_CMapCache_Lookup':
294 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftccmap.c:363: warning: dereferencing type-punned pointer will break strict-aliasing rules
295 In file included from /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcache.c:29:
296 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcbasic.c: In function 'FTC_ImageCache_Lookup':
297 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcbasic.c:357: warning: dereferencing type-punned pointer will break strict-aliasing rules
298 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcbasic.c: In function 'FTC_SBitCache_Lookup':
299 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcbasic.c:625: warning: dereferencing type-punned pointer will break strict-aliasing rules
300  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/cache/ftcache.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftcache.o >/dev/null 2>&1
301 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgzip.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/gzip/ftgzip.c
302  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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>" /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/gzip/ftgzip.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftgzip.o
303  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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>" /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/gzip/ftgzip.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgzip.o >/dev/null 2>&1
304 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/lzw -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlzw.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/lzw/ftlzw.c
305  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/lzw /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/lzw/ftlzw.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftlzw.o
306  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/lzw /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/lzw/ftlzw.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlzw.o >/dev/null 2>&1
307 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psaux -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psaux.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psaux/psaux.c
308  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psaux /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psaux/psaux.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/psaux.o
309  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psaux /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psaux/psaux.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psaux.o >/dev/null 2>&1
310 ./builds/unix/libtool --mode=compile gcc -pedantic -ansi  -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psnames -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psnames.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psnames/psmodule.c
311  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psnames /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psnames/psmodule.c  -fPIC -DPIC -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/psnames.o
312  gcc -pedantic -ansi -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs -I./builds/unix -I/svn/cdat/trunk/exsrc/build/freetype-2.3.4/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/svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psnames /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/psnames/psmodule.c -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psnames.o >/dev/null 2>&1
313 gcc              -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/apinames /svn/cdat/trunk/exsrc/build/freetype-2.3.4/src/tools/apinames.c
314 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/apinames -o/svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftexport.sym  /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/freetype.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftbbox.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftbdf.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftbitmap.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftcache.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftchapters.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fterrdef.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fterrors.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftgasp.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftglyph.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftgxval.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftgzip.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftimage.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftincrem.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftlcdfil.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftlist.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftlzw.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmac.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmm.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmodapi.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmoderr.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftotval.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftoutln.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftpfr.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftrender.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsizes.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsnames.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftstroke.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsynth.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsystem.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fttrigon.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fttypes.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftwinfnt.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftxf86.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/t1tables.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ttnameid.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/tttables.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/tttags.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ttunpat.h
315 ./builds/unix/libtool --mode=link gcc -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/libfreetype.la  /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsystem.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftdebug.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftinit.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbase.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbbox.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbdf.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbitmap.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftglyph.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgxval.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftmm.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftotval.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftpfr.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftstroke.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsynth.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/fttype1.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftwinfnt.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftxf86.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlcdfil.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgasp.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/truetype.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/cff.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1cid.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pfr.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type42.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/winfnt.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pcf.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/bdf.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/sfnt.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/autofit.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pshinter.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/raster.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/smooth.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftcache.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgzip.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlzw.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psaux.lo /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psnames.lo -rpath /lgm/cdat/Externals/lib -version-info 9:15:3 -lz -no-undefined
316 gcc -shared  /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftsystem.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftdebug.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftinit.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbase.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbbox.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbdf.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftbitmap.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftglyph.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftgxval.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftmm.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftotval.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftpfr.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftstroke.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftsynth.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/fttype1.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftwinfnt.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftxf86.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftlcdfil.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftgasp.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/truetype.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/type1.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/cff.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/type1cid.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/pfr.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/type42.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/winfnt.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/pcf.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/bdf.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/sfnt.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/autofit.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/pshinter.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/raster.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/smooth.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftcache.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftgzip.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/ftlzw.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/psaux.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/psnames.o  -lz  -Wl,-soname -Wl,libfreetype.so.6 -o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/libfreetype.so.6.3.15
317 (cd /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs && rm -f libfreetype.so.6 && ln -s libfreetype.so.6.3.15 libfreetype.so.6)
318 (cd /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs && rm -f libfreetype.so && ln -s libfreetype.so.6.3.15 libfreetype.so)
319 ar cru /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/libfreetype.a  /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsystem.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftdebug.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftinit.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbase.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbbox.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbdf.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftbitmap.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftglyph.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgxval.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftmm.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftotval.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftpfr.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftstroke.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftsynth.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/fttype1.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftwinfnt.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftxf86.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlcdfil.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgasp.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/truetype.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/cff.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type1cid.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pfr.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/type42.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/winfnt.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pcf.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/bdf.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/sfnt.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/autofit.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/pshinter.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/raster.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/smooth.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftcache.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftgzip.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftlzw.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psaux.o /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/psnames.o
320 ranlib /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/libfreetype.a
321 creating /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/libfreetype.la
322 (cd /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs && rm -f libfreetype.la && ln -s ../libfreetype.la libfreetype.la)
323 ./builds/unix/mkinstalldirs /lgm/cdat/Externals/lib                               \
324                          /lgm/cdat/Externals/lib/pkgconfig                     \
325                          /lgm/cdat/Externals/include/freetype2/freetype/config \
326                          /lgm/cdat/Externals/include/freetype2/freetype/cache  \
327                          /lgm/cdat/Externals/bin                               \
328                          /lgm/cdat/Externals/share/aclocal
329 mkdir -p -- /lgm/cdat/Externals/include/freetype2/freetype/config /lgm/cdat/Externals/include/freetype2/freetype/cache /lgm/cdat/Externals/bin /lgm/cdat/Externals/share/aclocal
330 ./builds/unix/libtool --mode=install /usr/bin/install -c                             \
331                                   /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/libfreetype.la /lgm/cdat/Externals/lib
332 /usr/bin/install -c /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/libfreetype.so.6.3.15 /lgm/cdat/Externals/lib/libfreetype.so.6.3.15
333 (cd /lgm/cdat/Externals/lib && { ln -s -f libfreetype.so.6.3.15 libfreetype.so.6 || { rm -f libfreetype.so.6 && ln -s libfreetype.so.6.3.15 libfreetype.so.6; }; })
334 (cd /lgm/cdat/Externals/lib && { ln -s -f libfreetype.so.6.3.15 libfreetype.so || { rm -f libfreetype.so && ln -s libfreetype.so.6.3.15 libfreetype.so; }; })
335 /usr/bin/install -c /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/libfreetype.lai /lgm/cdat/Externals/lib/libfreetype.la
336 /usr/bin/install -c /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/.libs/libfreetype.a /lgm/cdat/Externals/lib/libfreetype.a
337 chmod 644 /lgm/cdat/Externals/lib/libfreetype.a
338 ranlib /lgm/cdat/Externals/lib/libfreetype.a
339 PATH="$PATH:/sbin" ldconfig -n /lgm/cdat/Externals/lib
340 ----------------------------------------------------------------------
341 Libraries have been installed in:
342    /lgm/cdat/Externals/lib
343
344 If you ever happen to want to link against installed libraries
345 in a given directory, LIBDIR, you must either use libtool, and
346 specify the full pathname of the library, or use the `-LLIBDIR'
347 flag during linking and do at least one of the following:
348    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
349      during execution
350    - add LIBDIR to the `LD_RUN_PATH' environment variable
351      during linking
352    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
353    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
354
355 See any operating system documentation about shared libraries for
356 more information, such as the ld(1) and ld.so(8) manual pages.
357 ----------------------------------------------------------------------
358 for P in /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/freetype.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftbbox.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftbdf.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftbitmap.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftcache.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftchapters.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fterrdef.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fterrors.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftgasp.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftglyph.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftgxval.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftgzip.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftimage.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftincrem.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftlcdfil.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftlist.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftlzw.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmac.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmm.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmodapi.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftmoderr.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftotval.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftoutln.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftpfr.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftrender.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsizes.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsnames.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftstroke.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsynth.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftsystem.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fttrigon.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/fttypes.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftwinfnt.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ftxf86.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/t1tables.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ttnameid.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/tttables.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/tttags.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/ttunpat.h ; do                           \
359           /usr/bin/install -c -m 644                                    \
360             $P /lgm/cdat/Externals/include/freetype2/freetype ; \
361         done
362 for P in /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/config/ftconfig.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/config/ftheader.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/config/ftmodule.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/config/ftoption.h /svn/cdat/trunk/exsrc/build/freetype-2.3.4/include/freetype/config/ftstdlib.h  /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftmodule.h  ; do                                  \
363           /usr/bin/install -c -m 644                                           \
364             $P /lgm/cdat/Externals/include/freetype2/freetype/config ; \
365         done
366 rm -f /lgm/cdat/Externals/include/freetype2/freetype/cache/*
367 rmdir /lgm/cdat/Externals/include/freetype2/freetype/cache
368 rm -f /lgm/cdat/Externals/include/freetype2/freetype/internal/*
369 rmdir /lgm/cdat/Externals/include/freetype2/freetype/internal
370 rmdir: `/lgm/cdat/Externals/include/freetype2/freetype/internal': No such file or directory
371 make: [install] Error 1 (ignored)
372 /usr/bin/install -c -m 644 ./builds/unix/ft2unix.h \
373           /lgm/cdat/Externals/include/ft2build.h
374 /usr/bin/install -c -m 644 ./builds/unix/ftconfig.h                        \
375           /lgm/cdat/Externals/include/freetype2/freetype/config/ftconfig.h
376 /usr/bin/install -c -m 644 /svn/cdat/trunk/exsrc/build/freetype-2.3.4/objs/ftmodule.h                          \
377           /lgm/cdat/Externals/include/freetype2/freetype/config/ftmodule.h
378 /usr/bin/install -c -m 755 ./builds/unix/freetype-config \
379           /lgm/cdat/Externals/bin/freetype-config
380 /usr/bin/install -c -m 644 ./builds/unix/freetype2.m4 \
381           /lgm/cdat/Externals/share/aclocal/freetype2.m4
382 /usr/bin/install -c -m 644 ./builds/unix/freetype2.pc \
383           /lgm/cdat/Externals/lib/pkgconfig/freetype2.pc
Note: See TracBrowser for help on using the browser.