Re: odbc_fdw

Поиск
Список
Период
Сортировка
От Florian Schwendener
Тема Re: odbc_fdw
Дата
Msg-id 4ED6010F.1020709@hsr.ch
обсуждение исходный текст
Ответ на Re: odbc_fdw  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
Oh, didn't see that! Now it says:

root@ubuntu:/home/user/Downloads/odbc_fdw-0.1.0#
PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1
make: Nothing to be done for `all'.

I remember trying a few options with the make command. Is it maybe
already built?

Am 30.11.2011 09:46, schrieb Albe Laurenz:
> Florian Schwendener wrote:
>> Thank you for your help. As I know little about Linux and only a bit
>> about make files, I really don't know if
>> I'm doing the right thing. I've typed this:
>>
>> root@ubuntu:/home/user/Downloads/odbc_fdw-0.1.0#
>> PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 make
>> make: *** No rule to make target `make'.  Stop.
>>
>> You see, I haven't come far... Am I doing something wrong?
> Yes, there are two "make"s in your line. Try
>
> PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1
>
> Yours,
> Laurenz Albe


В списке pgsql-general по дате отправления:

Предыдущее
От: "Tyler Hains"
Дата:
Сообщение: Re: Query Optimizer makes a poor choice
Следующее
От: Florian Schwendener
Дата:
Сообщение: Re: odbc_fdw