Skip to content

Instantly share code, notes, and snippets.

@zkirill
Created March 7, 2016 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkirill/d97ec765e2ca91718588 to your computer and use it in GitHub Desktop.
Save zkirill/d97ec765e2ca91718588 to your computer and use it in GitHub Desktop.
usr/bin/ld: cannot find -lfreetype on FreeBSD
Following instructions from here: http://stackoverflow.com/questions/16710047/usr-bin-ld-cannot-find-lnameofthelibrary
Fixed by
ln -s /usr/local/lib/libfreetype.so.6 /usr/lib/libfreetype.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment