| From: | "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
|---|---|
| To: | "Florian Schwendener *EXTERN*" <fschwend(at)hsr(dot)ch>, <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: odbc_fdw |
| Date: | 2011-11-30 08:46:05 |
| Message-ID: | D960CB61B694CF459DCFB4B0128514C2072DF6C6@exadv11.host.magwien.gv.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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(at)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Albe Laurenz | 2011-11-30 08:51:06 | Re: DDL & DML Logging doesn't work for calling functions |
| Previous Message | Heiko Wundram | 2011-11-30 08:36:50 | Re: Limiting number of connections to PostgreSQL per IP (not per DB/user)? |