[Poppler-bugs] [Bug 20125] Unable to build poppler 0.10.4 shared libraries (Windows XP, MinGW)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 16 20:46:01 PST 2009
http://bugs.freedesktop.org/show_bug.cgi?id=20125
--- Comment #1 from BugByteMan <BugByteMan at yahoo.com> 2009-02-16 20:46:00 PST ---
I tracked it down to OBJDUMP not being defined in the configure script in the
0.10.4 distribution. For MinGW development environments this needs to be
defined as follows:
OBJDUMP=objdump
The configure script from the 0.10.3 distribution contained the following line:
test -z "$OBJDUMP" && OBJDUMP=objdump
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list