[Bug 312277] librsvg doesn't compile



Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=312277
 GARNOME | general | Ver: unspecified





------- Additional Comments From Bob Kashani  2005-09-19 22:22 -------
It looks like /usr/lib is being called before $GARNOME/lib which usually means
that there is a libtool problem. Usually when you get undefined reference it
means that you're compiling against the wrong version of a lib (in this case
your system installed lib).

Try adding this line to desktop/librsvg/Makefile right before the
CONFIGURE_SCRIPTS line.

FIXUP_SCRIPTS = $(WORKSRC)/libtool

Then rebuild librsvg by running (make clean; make install) in desktop/librsvg.

Does this help?

------- You are receiving this mail because: -------
You are the QA contact for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]