Jemarch, seems a problem of the latest gnulib sources imported. I will try to figure out what changed between the last two imports that makes this crash.

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?


Reply via email to