Re: [psycopg] Build issue with Advance Toolchain - Mailing list psycopg

From Adrian Klaver
Subject Re: [psycopg] Build issue with Advance Toolchain
Date
Msg-id 2f689a52-0979-75ff-5e5a-5dd6b2693d15@aklaver.com
Whole thread Raw
In response to Re: [psycopg] Build issue with Advance Toolchain  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Responses Re: [psycopg] Build issue with Advance Toolchain
List psycopg
On 05/26/2017 05:31 AM, Daniele Varrazzo wrote:
> On Fri, May 26, 2017 at 11:16 AM, Devrim Gündüz <devrim@gunduz.org> wrote:
>
>> The problem is: Parts of the code honors CC variable, part of does not.
>>
>> Here is what I'm getting (see the difference between lines 1&2 and 3)
>
> Don't know anything specific about this toolchain. However the bad
> step is the linking, so it seems it compiles ok but links bad.

What I see is that in compiling it uses:

/opt/at10.0/bin/gcc

but when it gets to the linking it does:

gcc

which leads to:

unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1

>
> Do `python-config` --cflags and --ldflags return a sensible output?
>
> -- Daniele
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: [psycopg] Build issue with Advance Toolchain
Next
From: Devrim Gündüz
Date:
Subject: Re: [psycopg] Build issue with Advance Toolchain