On Tue, Aug 19, 2008 at 11:20:02PM -0700, RAHUL RAVINDRAN wrote: > Thank u for the reply. > But i tried the compiling and linking command : > > gcc -O -lm -L/usr/X11R6/lib -lX11 -o mtest2 mtest2.c -lXft -lmwin -lmwimages > -lm /usr/X11R6/lib/libX11.a > > but the following error is generated : > > /usr/X11R6/lib/libmwin.a(font_freetype.o): In function `freetype_destroyfont': > /root/microwindows-0.91/src/engine/font_freetype.c:621: undefined reference > to `TT_Close_Face' [...] > i know that i required some library for font_freetype but i am not > able to get it > please help me which library will be need to compile this program.
the freetype library. -lfreetype . -- Aaron J. Grier | Frye Electronics, Tigard, OR | [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]