Linux build

Hunter1972 via Graphicsmagick-help <[email protected]> Sat, 30 Mar 2024 23:39:50 +0300
Newsgroups gmane.comp.video.graphicsmagick.help
Organization Artix
Message-ID <[email protected]>
Hello,
I easily compiled the Windows GM version but got stuck with the Linux. The last link errors I have got are:
/usr/bin/ld: q.so: undefined reference to `DrawAllocateContext'
/usr/bin/ld: q.so: undefined reference to `DrawPathStart'
/usr/bin/ld: q.so: undefined reference to `DrawPathCurveToQuadraticBezierSmoothAbsolute'
/usr/bin/ld: q.so: undefined reference to `DrawSetTextEncoding'
/usr/bin/ld: q.so: undefined reference to `DrawSetTextDecoration'
/usr/bin/ld: q.so: undefined reference to `DrawSetStrokeDashOffset'
....
I have no idea where to get those functions and what library is missing. How to resolve it? Is there a bundle with the sources of all required libraries?

Ravil