Message190737
| Author |
vstinner |
| Recipients |
amaury.forgeotdarc, jcea, loewis, palm.kevin, pitrou, skrah, thoratsandip, trent, vstinner |
| Date |
2013年06月07日.07:50:11 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<CAMpsgwYp2UiUWhQ6JcTTX4UhQEvQP_tM6Q3bf0QSb7MuWCreUw@mail.gmail.com> |
| In-reply-to |
<1370591120.86.0.0970373795717.issue13843@psf.upfronthosting.co.za> |
| Content |
> 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@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@bugs.python.org>
> <http://bugs.python.org/issue13843>
> _______________________________________ |
|