Re: wip/szyszka

RVP <[email protected]> Tue, 30 May 2023 23:20:54 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.x11
Message-ID <[email protected]>
On Tue, 30 May 2023, pin wrote:

> (gdb) info sharedlibrary
>> From                To                  Syms Read   Shared Object Library
> 0x000074ae1ab1aa20  0x000074ae1ab96043  Yes (*)     /usr/pkg/lib/libfreetype.so.6
> 0x000074ae1a916930  0x000074ae1a98d7c7  Yes (*)     /usr/X11R7/lib/libfreetype.so.19

It shouldn't be linking with both libraries. Bound to cause other issues
down the line. Does `ldd /SOME/PATH/szyszka' show the same?

-RVP