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 haubi
Recipients haubi
Date 2010-01-19.22:15:49
SpamBayes Score 5.695166e-06
Marked as misclassified No
Message-id <1263939351.94.0.865840686982.issue7742@psf.upfronthosting.co.za>
In-reply-to
Content
In Modules/ld_so_aix there is `which $CC` to search for the full compiler's path.

Unfortunately, /usr/bin/which on AIX is a csh-script and thus ~/.cshrc gets sourced before doing the path search.

Now, when the user does set some PATH in ~/.cshrc, `which` might print a wrong path for the compiler, causing the build to fail (at best).

It would be better to do the path search without launching an external program.
History
Date User Action Args
2010-01-19 22:15:52haubisetrecipients: + haubi
2010-01-19 22:15:51haubisetmessageid: <1263939351.94.0.865840686982.issue7742@psf.upfronthosting.co.za>
2010-01-19 22:15:50haubilinkissue7742 messages
2010-01-19 22:15:49haubicreate