On Fri, May 20, 2005 at 09:33:20AM +1000, Greg Schafer wrote: > > Note the use of `+=' ie: the append operator.
I've got an example for you then that doesn't seem to work. Perhaps you can point out my error. ./configure && make ./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/archaic/freetype-2.1.9/objs -I./builds/unix -I/home/archaic/freetype-2.1.9/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /home/archaic/freetype-2.1.9/objs/ftsystem.lo builds/unix/ftsystem.c CFLAGS=-fno-strict-aliasing ./configure && make ./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/archaic/freetype-2.1.9/objs -I./builds/unix -I/home/archaic/freetype-2.1.9/include -c -Wall -fno-strict-aliasing -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /home/archaic/freetype-2.1.9/objs/ftsystem.lo builds/unix/ftsystem.c ./configure && make CFLAGS+="-fno-strict-aliasing" ./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/archaic/freetype-2.1.9/objs -I./builds/unix -I/home/archaic/freetype-2.1.9/include -fno-strict-aliasing -o /home/archaic/freetype-2.1.9/objs/ftsystem.lo builds/unix/ftsystem.c NOTE: The 3rd one bombs immediately. -- Archaic Want control, education, and security from your operating system? Hardened Linux From Scratch http://www.linuxfromscratch.org/hlfs -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
