[issue13843] Python doesn't compile anymore on our Solaris buildbot: undefined libintl_* symbols

STINNER Victor report at bugs.python.org
Fri Jun 7 09:50:11 CEST 2013


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 <report at 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 <report at bugs.python.org>
> <http://bugs.python.org/issue13843>
> _______________________________________

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13843>
_______________________________________


More information about the Python-bugs-list mailing list