> Forget it. It's not a problem in new gnulib sources. The problem comes > from the following line in src/Makefile.am: > > libgnupdf_la_LDFLAGS = -no-undefined > > Which was added to create a DLL when compiling for windows with mingw32. > > If disabled, it will compile correctly in Darwin. Should we put it as a > condition only for compiling in Windows environment?
Seems to be a good solution.
