Tinycore is here 12/1/2008! Welcome visitors.
* I had to touch all files in the source directory as make complained that Makefile.am was dated in the future
* freetype2.pc installed to wrong directory (/usr instead of /usr/local) had to export PKG_CONFIG_PATH=/usr/lib/pkgconfig
Quote* freetype2.pc installed to wrong directory (/usr instead of /usr/local) had to export PKG_CONFIG_PATH=/usr/lib/pkgconfigSince the base-devs are in /usr, it would probably be better to use "PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig", no?
The "standard" tinycore flags are:CFLAGS="-march=i486 -mtune=i686 -Os -pipe"CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti"export but, as I recall, gcc would not compile with "-fno-rtti" so I omitted this.
have you tried using -frtti instead?