From: | Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com> |
---|---|
To: | "Vamsi Krishna Reddy -T (vamsredd - TATA CONSULTANCY SERVICES LIMITED at Cisco)" <vamsredd(at)cisco(dot)com> |
Cc: | "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>, "Virag Jain (virajain)" <virajain(at)cisco(dot)com> |
Subject: | Re: Need help with the installation of psycopg2 module in a python virtual env |
Date: | 2015-04-19 09:01:17 |
Message-ID: | CA+mi_8Y+uWZmcRdFn=onYvDiiHnLnqzHzmT2nO0OVMxyxi3FPQ@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | psycopg |
On Sun, Apr 19, 2015 at 9:56 AM, Daniele Varrazzo
<daniele(dot)varrazzo(at)gmail(dot)com> wrote:
> It seems that your "gcc" command is a wrapper calling into "gcc.orig".
> I suspect there's a bug in that wrapper messing up with the quotes.
Further evidence here:
http://diswww.mit.edu/menelaus.mit.edu/kerberos/32575
There's also a hint about how to fix the problem: if arguments are
forwarded using $* in the wrapper, they should be forwarded with "$@"
(with the quotes) instead.
-- Daniele
From | Date | Subject | |
---|---|---|---|
Next Message | Vamsi Krishna Reddy -T (vamsredd - TATA CONSULTANCY SERVICES LIMITED at Cisco) | 2015-04-20 13:03:42 | Re: Need help with the installation of psycopg2 module in a python virtual env |
Previous Message | Daniele Varrazzo | 2015-04-19 08:56:08 | Re: Need help with the installation of psycopg2 module in a python virtual env |