Hi Christoph, On Fri, 2017-05-26 at 17:45 +0200, Christoph Zwerschke wrote: > > 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? > > You should try changing the environment variable CC.
I actually did it before, and it did not help -- but per a suggestion from Adrian Klaver in Psycopg2 mailing list: https://www.postgresql.org/message-id/03dba5ca-63e6-5e0f-f13c-ceddcee985e6%40aklaver.com I changed $PATH, and it worked for PyGreSQL, too. 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
