help-gnustep
[Top][All Lists]
Advanced

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

Re: FTC_MAnager_Lookup_Size


From: David
Subject: Re: FTC_MAnager_Lookup_Size
Date: Thu, 03 Feb 2005 22:19:32 +0000
User-agent: Mozilla Thunderbird 1.0 (X11/20050108)

The output of freetype-config --libs:

-lfreetype -lz

The output of ldd libgnustep-back:

    linux-gate.so.1 =>  (0xffffe000)
    libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7f5d000)
    libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7f45000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7e79000)
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7e6b000)
    libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0xb7e55000)
    libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0xb7dda000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d68000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7d57000)
    libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb7d41000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb7c28000)
    libdl.so.2 => /lib/tls/libdl.so.2 (0xb7c24000)
    libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7bd2000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7bc1000)
    libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0xb7bbc000)
    libm.so.6 => /lib/tls/libm.so.6 (0xb7b99000)
    /lib/ld-linux.so.2 (0x80000000)

Sitting in /usr/lib is libfreetype.so.6 and libfreetype.so, which are both links to the same file, libfreetype.so.6.3.7. There is a libfreetype.so in /usr/X11R6/lib/modules/fonts, but I'm not sure if this is freetype1 or freetype2.

I've tried pointing the links this way and that, installing freetype2 manually, reinstalling the x server, no dice. I'm running freetype2 2.1.9, do I have to roll it back or something? I know I should be asking on the Archlinux forums or the maintainer of the GNUstep repo, but I haven't gotten much response from either.

> Most likely you have more than one version of freetype installed:
> freetype-config is pointing -back at one version, but the dynamic linker
> is using a different version when you actually run the app. To check
> this, you could try running ldd on the backend bundle and checking
> whether the path to libfreetype is the same as the path given by
> 'freetype-config --libs'.

reply via email to

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