Fri 20 Jun 2008 09:20:02 AM UTC, comment #2:
Redhat 7.0 (the very old one, I know)
GNU bash, version 2.05a.0(1)-release (i686-pc-linux-gnu)
Its an old system, but required for certain build characteristics.
No errors are reported
PATH=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/opt/env/base/i386/bin
The exact command run is:
LD=i386-linux-ld CC=i386-linux-gcc CXX=i386-linux-g++ \
./configure --cache-file=cross-config.cache --prefix=/opt/env/base/i386/i386-linux/usr --build=i386-linux --host=i386-linux --target=i386-linux --x-includes=/opt/env/base/i386/i386-linux/usr/X11R6/include --x-libraries=/opt/env/base/i386/i386-linux/usr/X11R6/lib
The output is:
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler i386-linux-gcc
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; ./configure
...
This is a cross-compiler (though obviously it shouldn't make a difference).
I have worked around this for now by running your ./configure and then cd into builds/unix and running a second configure. This works and sets everything up correctly, however I am happy to work with you on the problem till it is resolved.
|