raku-community-modules / GD

Raku interface to the Gd graphics library.
Artistic License 2.0
2 stars 6 forks source link

Use a different gd lib name for different systems #3

Closed scmorrison closed 4 years ago

scmorrison commented 8 years ago

The module was looking forliblibgd.soon my local system. NativeCall is appending the string lib to whatever library name passed to the native trait. The solution is to use gd instead of libgd.

I haven't tested this on OS X yet, but it does work on debian (stable, testing / sid), fedora, and Amazon Linux. Please test this out on OS X and let me know if we need any modifications to the PR.

Thanks, Sam

jonathanstowe commented 4 years ago

4.5 YEARS LATER.

I think this was fixed by someone else in the interim and they didn't close this.

Thanks.