md4c icon indicating copy to clipboard operation
md4c copied to clipboard

undefined reference to `md_html'

Open su8 opened this issue 1 year ago • 1 comments

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

su8 avatar Aug 29 '24 10:08 su8

For now I will be using the md2html program instead/

su8 avatar Aug 29 '24 10:08 su8