GNOME Bugzilla – Bug 396329
src/Makefile still includes -lpopt
Last modified: 2007-01-16 16:07:02 UTC
Please describe the problem: The gnumeric application no longer uses popt. But src/Makefile still includes -lpopt. This caused a build problem for me on Mac OS X. The reference popt should be removed. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Gnumeric does not cause that itself. However, we link with libgnome and doing so causes popt to be pulled in. You could doctor libgnome if you want to.
Ugh, I'm wrong. We actually do pull it in directly.