Your message dated Fri, 21 Feb 2025 17:24:58 +0000
with message-id
<trinity-9779b068-5583-409d-9b52-18ae1f908365-1740158698892@trinity-msg-rest-gmx-gmx-live-5779db864f-c5pzj>
and subject line Re: enabling DLL builds
has caused the Debian Bug report #900054,
regarding enabling DLL builds
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
900054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900054
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpaper
Version: 1.1.24+nmu5
So this is basically the upstream bug tracker, right? Can you add
"-no-undefined" to "libpaper_la_LDFLAGS" to make it possible to build
DLLs using MinGW compilers?
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = libpaper.la
libpaper_la_SOURCES = dimen.c paper.c dimen.h paperspecs.h
-libpaper_la_LDFLAGS = -version-info 2:2:1
+libpaper_la_LDFLAGS = -no-undefined -version-info 2:2:1
libpaper_la_CPPFLAGS = -D_REENTRANT
BUILT_SOURCES = paperspecs.h
--- End Message ---
--- Begin Message ---
Please ask this upstream, which is now outside the Debian project at
https://github.com/rrthomas/libpaper
--- End Message ---