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.
Created on 2007年08月26日 23:07 by alexandre.vassalotti, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| better_gcc_detection.patch | alexandre.vassalotti, 2007年08月26日 23:09 | |||
| better_gcc_detection-2.patch | alexandre.vassalotti, 2007年08月28日 15:53 | |||
| Messages (3) | |||
|---|---|---|---|
| msg55317 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2007年08月26日 23:07 | |
In distutils.unixccompiler, there is a hack to passing correctly the -R option to gcc (and a few other compilers). However, there is a small bug that causes gcc to not be detected correctly if the compiler name does not start with "gcc" (e.g., "i486-linux-gnu-gcc", or "ccache gcc"). |
|||
| msg55345 - (view) | Author: Seo Sanghyeon (sanxiyn) | Date: 2007年08月28日 01:14 | |
The patch is incorrect since find returns -1 on failure. This is also a duplicate of #1254718. |
|||
| msg55375 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2007年08月28日 15:53 | |
> The patch is incorrect since find returns -1 on failure. Oops, that is right. I attached the corrected patch. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45373 |
| 2009年06月10日 02:11:36 | alexandre.vassalotti | set | status: open -> closed resolution: duplicate superseder: GCC detection for runtime_library_dirs when ccache is used |
| 2009年02月05日 16:47:07 | tarek | set | versions: - Python 2.6, Python 3.0 |
| 2009年02月05日 16:38:21 | akitada | set | nosy:
+ tarek type: compile error -> behavior versions: + Python 2.6, Python 3.0, Python 3.1, Python 2.7 |
| 2007年09月17日 07:29:53 | jafo | set | priority: normal assignee: loewis nosy: + loewis |
| 2007年09月02日 20:09:03 | loewis | set | keywords: + patch |
| 2007年08月28日 15:53:22 | alexandre.vassalotti | set | files:
+ better_gcc_detection-2.patch messages: + msg55375 |
| 2007年08月28日 01:14:05 | sanxiyn | set | nosy:
+ sanxiyn messages: + msg55345 |
| 2007年08月26日 23:09:58 | alexandre.vassalotti | set | files: + better_gcc_detection.patch |
| 2007年08月26日 23:07:36 | alexandre.vassalotti | create | |