md4c
md4c copied to clipboard
undefined reference to `md_html'
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 my Makefile. It shows the correct paths, even thought I added explicitly -I/usr/local/include -L/usr/local/lib
Cheers
For now I will be using the md2html program instead/