[Interest] how to link my own GLib build to a Qt 6.4 build?

Thiago Macieira thiago.macieira at intel.com
Wed Nov 9 21:02:18 CET 2022


On Wednesday, 9 November 2022 02:01:07 PST Dennis Luehring wrote:
> export LD_LIBRARY_PATH=~/qt6_dev/glib-build/glib:$LD_LIBRARY_PATH

> but configure still finds my systems Glib

You don't need to worry about the configure script. So long as the GLib you 
built is the same version as the system's or newer, that LD_LIBRARY_PATH 
should suffice for *running* the code, which is what matters.

Just make sure you're using a shell that expands ~ after =. As a rule of 
thumb, if the character before ~ isn't a space, write $HOME.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering





More information about the Interest mailing list