[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] RE: SDL_ttf undefined references
From: |
Daniel Heck |
Subject: |
Re: [Enigma-devel] RE: SDL_ttf undefined references |
Date: |
Fri, 12 Nov 2004 15:31:55 +0100 |
On Fri, 12 Nov 2004 14:52:10 +0100 Andreas Abraham wrote:
> Compile with -lfreetype solved the problem...
> But why isn't this configured?
Because SDL_ttf is usually a dynamically linked and resolves the
freetype-dependencies at runtime. I don't know why this isn't the case
on your machine. This is a little difficult to fix in the configure
script I fear..
D.