After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 396329 - src/Makefile still includes -lpopt
src/Makefile still includes -lpopt
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal minor
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-01-14 04:22 UTC by W. Michael Petullo
Modified: 2007-01-16 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description W. Michael Petullo 2007-01-14 04:22:24 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:
Comment 1 Morten Welinder 2007-01-16 14:37:57 UTC
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.
Comment 2 Morten Welinder 2007-01-16 14:38:59 UTC
Ugh, I'm wrong.  We actually do pull it in directly.