I got the CVS tips with 'cvs export -f -D 2006-04-18'. First, I had to chmod configure, then the following output appeared. Is there something I am doing incorrectly?
$ chmod +x configure 22:30 pwatson [ pwatson:/cygdrive/c/src/freetype2] 54 $ ./configure FreeType build system -- automatic system detection The following settings are used: platform unix compiler 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 /bin/sh: ./configure: No such file or directory make: *** [setup] Error 127 Werner LEMBERG <[EMAIL PROTECTED]> 04/18/2006 07:26 PM To [EMAIL PROTECTED] cc [email protected] Subject Re: [ft] Building freetype-2.1.10 on Cygwin > libtool: link: warning: undefined symbols not allowed in > i686-pc-cygwin shared libraries Please retry with the current CVS. Werner _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
