You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try changing the invocation of ld in the Makefile:5 to cc. I could run make successfully with that change on FreeBSD-12, where it failed with the same error originally.
I've used this library very successfully for many years under Linux.
Now, I am trying to move my program to FreeBSD, and when I attempt to compile
cl-gd-glue.so
, I receive the following error messages:`make
cc -I/usr/local/include -fPIC -c cl-gd-glue.c
ld -shared -lgd -lz -lpng -ljpeg -lfreetype -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib
ld: error: unable to find library -lz
ld: error: unable to find library -lm
ld: error: unable to find library -lc
*** Error code 1
Stop.
make: stopped in /usr/home/wgl/quicklisp/dists/quicklisp/software/cl-gd-20201220-git
`
It sounds like there are some support libraries missing?
The text was updated successfully, but these errors were encountered: