Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > No. The dependency engine is temporarily confused: > > http://fink.sourceforge.net/faq/comp-general.php#node-exists
OK. Thanks for your help. I'm trying to switch to the 10.2-gcc3.3 tree. I've changed /sw/etc/fink.conf and selfupdated. Then I ran update-all. I was suprised because one of the first software to be updated asked me to gcc_select 3 and I was never asked to switch back to 3.3. Is there something I miss ? In addition, it failed compiling glib2 : gcc -O3 -funroll-loops -fstrict-aliasing -Wall -o .libs/glib-genmarshal glib-genmarshal.o -L../glib/.libs -lglib-2.0 -L/usr/local/lib -liconv -lintl ld: warning multiple definitions of symbol _locale_charset /usr/local/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset creating glib-genmarshal echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \ && echo "#define __G_MARSHAL_H__" >> xgen-gmh \ && ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \ && echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \ && (cmp -s xgen-gmh ./gmarshal.h || cp xgen-gmh ./gmarshal.h) \ && rm -f xgen-gmh xgen-gmh~ \ && echo timestamp > stamp-gmarshal.h dyld: glib-genmarshal version mismatch for library: /usr/local/lib/libiconv.2.dylib (compatibility version of user: 5.0.0 greater than library's version: 4.0.0) make[2]: *** [stamp-gmarshal.h] Error 133 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ### execution of ./configure failed, exit code 2 Failed: compiling glib2-2.2.1-3 failed -- Julien Salort http://www.juliensalort.org ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
