pg_config --pgxs

Поиск
Список
Период
Сортировка
От George Weaver
Тема pg_config --pgxs
Дата
Msg-id 003a01c63e0b$b9b46ed0$6400a8c0@Dell4500
обсуждение исходный текст
Ответы Re: pg_config --pgxs
Список pgsql-novice
Hi,

I am trying to create a makefile for installing some C functions.

When I include the following in the makefile:

    PGXS := $(shell pg_config --pgxs)
    include $(PGXS)

I get the following error:

    $ make
    pg_config: invalid argument: --pgxs
    Try 'pg_config --help' for more information.
    Makefile:10: no file name for `include'
    make: *** No targets. Stop.

When I run pg_config -- help, I don't see any options for the --pgxs
argument.

I am using MinGW under XP.

What am I missing??

Thanks,
George




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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: escaping string in a function
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: pg_config --pgxs