Dave Coventry <dgcoven...@gmail.com> schrieb am Mo., 10. Feb. 2020, 17:43:
> With regard to this, the libredwg library needs to be explicitly > compiled in by appending "-lredwg" onto the end of the command string. > > gcc -Wall -g -pedantic -std=gnu99 dwgout.c -o dwgout -lredwg > > Perhaps this should be incorporated into the README? > I think that's already in the README and docs. I'll check, but should be obvious. > >