STINNER Victor added the comment: > But I succeeded to compile Python using the CC compiler (/usr/bin/cc) instead > of GCC compiler.
I may be interesting to check if CC searchs header files in the same directories than GCC. Same question for libraries. Using GCC, it can be seen in the command line: -I and -L options. But GCC has also a builtin list of directories, I don't know how to get this list. 2013/6/7 Palm Kevin <rep...@bugs.python.org>: > > Palm Kevin added the comment: > > The `-lintl` fix did not work in my case. > But I succeeded to compile Python using the CC compiler (/usr/bin/cc) instead > of GCC compiler. > > (cc: Sun C 5.12 SunOS_sparc 2011/11/16) > > ---------- > nosy: +palm.kevin > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <http://bugs.python.org/issue13843> > _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13843> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com