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
When using the function md_html() with included headers I can't compile a simple line of code, it throws me:
undefined reference to `md_html'
I have a pkg-config --cflags --libs md4c in my Makefile. It shows the correct paths, even thought I added explicitly -I/usr/local/include -L/usr/local/lib
Cheers
The text was updated successfully, but these errors were encountered:
Hi there,
When using the function
md_html()
with included headers I can't compile a simple line of code, it throws me:undefined reference to `md_html'
I have a
pkg-config --cflags --libs md4c
in myMakefile
. It shows the correct paths, even thought I added explicitly-I/usr/local/include -L/usr/local/lib
Cheers
The text was updated successfully, but these errors were encountered: