-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/7/12 8:41 AM, Jean-Eric Pin wrote: > Thank you for your answer. > > Apparently, the error occurred in this part: > > gcc -L/sw/lib/system-openssl/lib -L/sw/lib -u _PyMac_Error -o > python.exe \ Modules/python.o \ libpython2.7.dylib -ldl > -Wl,-framework,CoreFoundation Undefined symbols: > "_libintl_textdomain", referenced from: _PyIntl_textdomain in > _localemodule.o "_libintl_bindtextdomain", referenced from: > _PyIntl_bindtextdomain in _localemodule.o "_libintl_dgettext", > referenced from: _PyIntl_dgettext in _localemodule.o > "_libintl_dcgettext", referenced from: _PyIntl_dcgettext in > _localemodule.o "_libintl_gettext", referenced from: > _PyIntl_gettext in _localemodule.o ld: symbol(s) not found > > > I attach the complete log, if needed > >
I found the following relevant differences between your build and a successful build on my machine: You: checking LINKFORSHARED... -u _PyMac_Error Me: checking LINKFORSHARED... You: checking for textdomain in -lintl... no Me: checking for textdomain in -lintl... yes You: gcc -L/sw/lib/system-openssl/lib -L/sw/lib -u _PyMac_Error -o python.exe \ Modules/python.o \ libpython2.7.dylib -ldl -Wl,-framework,CoreFoundation Undefined symbols: "_libintl_textdomain", referenced from: _PyIntl_textdomain in _localemodule.o "_libintl_bindtextdomain", referenced from: _PyIntl_bindtextdomain in _localemodule.o "_libintl_dgettext", referenced from: _PyIntl_dgettext in _localemodule.o "_libintl_dcgettext", referenced from: _PyIntl_dcgettext in _localemodule.o "_libintl_gettext", referenced from: _PyIntl_gettext in _localemodule.o ld: symbol(s) not found collect2: ld returned 1 exit status Me: gcc -L/sw/lib/system-openssl/lib -L/sw/lib -o python \ Modules/python.o \ libpython2.7.dylib -ldl -Wl,-framework,CoreFoundation Do you have a third-party Python installed anywhere? - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8IbxUACgkQB8UpO3rKjQ8o6gCePFykCdLHS71Mqop+cbZ48umB emUAniKa0IoYl64Zz8KobiOWk421EsHp =vpIN -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners