Thanks for a quick reply Alexander. Here's some more detail (preceding what was sent earlier):
creating libpango-1.0.la (cd .libs && rm -f libpango-1.0.la && ln -s ../libpango-1.0.la libpango-1.0.la) /bin/sh ../libtool --mode=link gcc -Os -pipe -Wall -no-undefined -L/usr/X11R6/lib -o libpangox-1.0.la -rpath /sw/lib -version-info 1001:0:1001 -export-symbols-regex "^pango_.*" module-defs-x.lo pangox.lo pangox-fontcache.lo pangox-fontmap.lo libpango-1.0.la -L/usr/X11R6/lib -lX11 -L/sw/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv generating symbol list for `libpangox-1.0.la' /usr/bin/nm -p .libs/module-defs-x.o .libs/pangox.o .libs/pangox-fontcache.o .libs/pangox-fontmap.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libpangox-1.0.exp grep -E -e "^pango_.*" ".libs/libpangox-1.0.exp" > ".libs/libpangox-1.0.expT" mv -f ".libs/libpangox-1.0.expT" ".libs/libpangox-1.0.exp" sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < .libs/libpangox-1.0.exp > .libs/libpangox-1.0-symbols.expsym gcc -dynamiclib -o .libs/libpangox-1.0.0.1001.0.dylib .libs/module-defs-x.o .libs/pangox.o .libs/pangox-fontcache.o .libs/pangox-fontmap.o -L/usr/X11R6/lib ./.libs/libpango-1.0.dylib -L/sw/lib -lX11 /sw/lib/libgobject-2.0.dylib /sw/lib/libgmodule-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib -install_name /sw/lib/libpangox-1.0.0.dylib -Wl,-compatibility_version -Wl,1002 -Wl,-current_version -Wl,1002.0 ld: warning multiple definitions of symbol _locale_charset /sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset ld: Undefined symbols: On 5/23/07, Alexander Hansen <[EMAIL PROTECTED]> wrote: > On 5/23/07, Mike Halsall <[EMAIL PROTECTED]> wrote: > > Hi all - anyone have experience or able to shed some light on why the > > command: > > fink update pango1 > > is failing build - it fails looking like this: > > > > ld: warning multiple definitions of symbol _locale_charset > > /sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset > > /sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset > > ld: Undefined symbols: > > _XDrawLine > > _XDrawString16 > > _XFillRectangle > > _XFreeFontNames > > _XListFonts > > _XSetFont > > _XTextWidth16 > > _XFreeFont > > _XLoadQueryFont > > _XAddExtension > > _XChangeProperty > > _XCloseDisplay > > _XCreateWindow > > _XESetCloseDisplay > > _XFree > > _XGetAtomName > > _XGetWindowProperty > > _XGrabServer > > _XInternAtom > > _XOpenDisplay > > _XSetCloseDownMode > > _XSetErrorHandler > > _XSync > > _XUngrabServer > > /usr/bin/libtool: internal link edit command failed > > make[4]: *** [libpangox-1.0.la] Error 1 > > make[3]: *** [all-recursive] Error 1 > > make[2]: *** [all] Error 2 > > make[1]: *** [all-recursive] Error 1 > > make: *** [all] Error 2 > > ### execution of /var/tmp/tmp.1.TOekAe failed, exit code 2 > > Removing runtime build-lock... > > Removing build-lock package... > > /sw/bin/dpkg-lockwait -r fink-buildlock-pango1-xft2-1.10.1-1003 > > (Reading database ... 19694 files and directories currently installed.) > > Removing fink-buildlock-pango1-xft2-1.10.1-1003 ... > > Failed: phase compiling: pango1-xft2-1.10.1-1003 failed > > > > Thanks for any suggestions. > > > > Mike > > > > > Can you please post from a line or two above what you have here as well? > > -- > Alexander K. Hansen > akh AT finkproject DOT org > Fink User Liaison and Documenter > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
