On 2025-01-22 19:41:18, Andrej Shadura wrote:
So, if you run x86_64-linux-gnu-pkgconf, what do you get?
Well - as I said - it's just a symlink: $ ls -l /usr/bin/x86_64-linux-gnu-pkgconf lrwxrwxrwx 1 root root 7 Oct 20 20:10 /usr/bin/x86_64-linux-gnu-pkgconf -> pkgconf So I get the same output as binary with the respective currently installed architecture would generate. I.e. if i386 is installed: /usr/local/lib/i386-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig and if amd64 is installed: /usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig

