Bigloose.com wrote: > I'm trying to install gnucash but I'm getting problems with gal21. Here > is the error I get: > > / > gcc -Os -Wall -Wunused -D_REENTRANT -o test-color test-color.o > -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices > -L/sw/lib -L/usr/X11R6/lib -L/usr/X11/lib -lgnomeprint -lfreetype > -lglade-gnome -lglade -lxml -lgnomecanvaspixbuf -lgnomeui -lart_lgpl > -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lz -lesd -laudiofile > -lgdk_pixbuf -lgtk -lgdk /usr/local/lib/libintl.a -lgmodule -lglib > -lintl -lc -lXext -lX11 -lXau -lXdmcp -lm > ../../gal/widgets/.libs/libwidgets.al -liconv > ../../gal/util/.libs/libutil.al > Undefined symbols: > "_iconv_open", referenced from: > __nl_find_msg in libintl.a(dcigettext.o)
The libintl.a which you installed in /usr/local/lib/ is interfering with your Fink build process. See Fink FAQ #6.9 <http://fink.sourceforge.net/faq/faq.en.html#comp-general.usr-local-libs> -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
