[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] FT_Get_Postscript_Name
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype] FT_Get_Postscript_Name |
Date: |
Thu, 16 Dec 2004 15:01:35 +0100 (CET) |
> Are there any known problems with "FT_Get_Postscript_Name" in
> Freetype 2.1.9? I'm getting "Illegal Instruction (core dumped)"
> when this function is called on Solaris. I'll begin digging into it
> myself to see if I'm doing something wrong, but I wanted to see if
> anyone else has had problems.
In case you are using gcc you should try another version of the
compiler, or try to compile with -O0. Except this gcc bug, no other
problems are known.
Werner