freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Instalation - problems


From: mpsuzuki
Subject: Re: [ft] Instalation - problems
Date: Mon, 12 Dec 2005 00:46:39 +0900

Hi

On Sun, 11 Dec 2005 01:58:22 +0100
<address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]