Hi, I'm trying to compile PyGreSQL on Power. For full optimization, I use Advance Toolchain (AT), which is an extended version of GCC for Power.
Here is what I'm getting: $ /usr/bin/python2 setup.py build unable to execute gcc: No such file or directory error: command 'gcc' failed with exit status 1 I'm not familiar with Python, but AFAICS it uses get_default_compiler() to find the compiler. However, since I want to use GCC that comes with AT, I would like to override the output of this function. Any suggestions how I can do it? Thanks! Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR
signature.asc
Description: This is a digitally signed message part
_______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
