This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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>
> _______________________________________
History
Date User Action Args
2013-06-07 07:50:11vstinnersetrecipients: + vstinner, loewis, jcea, amaury.forgeotdarc, pitrou, trent, thoratsandip, skrah, palm.kevin
2013-06-07 07:50:11vstinnerlinkissue13843 messages
2013-06-07 07:50:11vstinnercreate