>> `make install' by default installs into `/usr/local'. I guess your
>> system is set up so that the dynamic linker looks into `/usr'
>> first. Since virtually all GNU/Linux platforms come with
>> `libfreetype' in `/usr', this version will be linked to. You can
>> use the `ldd' program to check which dynamic libraries your
>> application is using.
>
> /usr/local/lib normally has priority over /usr/lib (check
> your /etc/ld.so.conf and /etc/ld.so.conf.d/* setups).
My mistake. I didn't mean the dynamic linker at runtime but rather
the linker used during compilation, which also hardcodes the paths to
the DLLs. It propably helps to set a proper `-L' argument to the
application's compilation command.
Werner
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype