Message268087
Yes it is okay. The code is compiling a dummy file without main(), just to see what libraries GCC tries to link with it. It is only interested in extracting the line matching *libc.so.*, which in your case should be
/lib/i386-linux-gnu/libc.so.6
So you should find that ctypes.util._findLib_gcc("c") still returns this path, even though the compile command technically fails. |
|
| Date |
User |
Action |
Args |
| 2016-06-10 05:22:39 | martin.panter | set | recipients:
+ martin.panter, barry, vstinner, Arfrever, serhiy.storchaka, koobs |
| 2016-06-10 05:22:39 | martin.panter | set | messageid: <[email protected]> |
| 2016-06-10 05:22:39 | martin.panter | link | issue22636 messages |
| 2016-06-10 05:22:39 | martin.panter | create | |
|