Hi On Sun, 11 Dec 2005 01:58:22 +0100 <[EMAIL PROTECTED]> wrote: >gcc -ansi -pedantic -I./objs -I./builds/win32 -I./include -c -g -O6 -Wall >-I./sr >c/winfonts -o objs/winfnt.o ./src/winfonts/winfnt.c >del .\objs\freetype.a 2> nul [snip] >ar: creating objs/freetype.a >make: Leaving directory `c:/Dev-Cpp/freetype2'
>It look's ok. >So I try create some first program: >Compilation failed: >[Linker error] undefined reference to `FT_Init_FreeType' Show full command line that you used to compile and link your test program. Have you set linker option to link freetype.a? And, if so, do you have "nm" or "objdump" commands? They are useful to show available functions in freetype.a... Regards, mpsuzuki _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
