Dear Suzuki san.

% ./configure CC="cc -m64 -g3" CXX="CC -m64 -g3"
% make
% nm objs/.libs/libfreetype.so.6.16.1 > /tmp/nm_list

nm_list is attached.

Regards,

--- Kiyoshi



----- Original Message -----
>From: suzuki toshiya <[email protected]>
>To: Kiyoshi KANAZAWA <[email protected]> 
>Cc: "[email protected]" <[email protected]>
>Date: 2018/5/3, Thu 14:34
>Subject: Re: [ft-devel] [freetype-2.9.1] FT_Init_FreeType is missing with cc 
>on Solaris x64
> 
>Dear Kanazawa-san,
>
>I don't have same environment to reproduce the issue,
>so I have to ask for more information (in my GNU/Linux
>on amd64 + gcc, no such issue).
>
>Could you compile the library, with maximum debug symbols
>(in the gcc case, "-ggdb -g3"), and execute "nm" to list
>the symbols, and post the xz-compressed list?
>In my case, the result is about 18kB, it would not not
>harmful to this mailing list.
>
>Regards,
>mpsuzuki
>
>Kiyoshi KANAZAWA wrote:
>> Trying to install freetype-2.9.1 on Solaris x86/x64.
>> 
>> With cc (Oracle's developerstudio12.6), FT_Init_FreeType seems to be missed 
>> from libfreetype.so.6.16.1.
>> 
>> % ./configure CC="cc -m64" CXX="CC -m64"
>> % make
>> % make install
>> % xclock
>> ld.so.1: xclock: fatal: relocation error: file /usr/lib/64/libXft.so.2: 
>> symbol FT_Init_FreeType: referenced symbol not found
>> Killed
>> 
>> 
>> This does not happen in previous one, freetype-2.9 (with 
>> developerstudio12.6).
>> 
>> But, this does not happen either in the latest one, freetype-2.9.1, when I 
>> use gcc 7.3.0.
>> 
>> 
>> --- Kiyoshi
>> 
>> 
>> 
>
>
>
>

Attachment: nm_list.xz
Description: Binary data

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to