Re: [psycopg] Build issue with Advance Toolchain

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: [psycopg] Build issue with Advance Toolchain
Дата
Msg-id 2f689a52-0979-75ff-5e5a-5dd6b2693d15@aklaver.com
обсуждение исходный текст
Ответ на Re: [psycopg] Build issue with Advance Toolchain  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Ответы Re: [psycopg] Build issue with Advance Toolchain  (Devrim Gündüz <devrim@gunduz.org>)
Список 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 по дате отправления:

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: [psycopg] Build issue with Advance Toolchain
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: [psycopg] Build issue with Advance Toolchain