|
Home > Archive > PostgeSQL ODBC > November 2005 > Unix compilation doc
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Unix compilation doc
|
|
| Jeff Bohmer 2005-11-08, 9:24 am |
|
Hi,
From psqlodbc-08.01.0100/docs/unix-compilation.html ...
To install, just try something like:
% tar -zxvf psqlodbc-7.2.3.tar.gz
% cd postgresql-7.2.3
% ./configure
% make
% make install
Shouldn't that really be "% cd psqlodbc-7.2.3" ?
Thanks,
- Jeff
--
Jeff Bohmer
VisionLink, Inc.
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Dave Page 2005-11-08, 9:24 am |
|
> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Jeff Bohmer
> Sent: 07 November 2005 20:46
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] Unix compilation doc
>
>
> Hi,
>
> From psqlodbc-08.01.0100/docs/unix-compilation.html ...
>
> To install, just try something like:
>
> % tar -zxvf psqlodbc-7.2.3.tar.gz
> % cd postgresql-7.2.3
> % ./configure
> % make
> % make install
>
> Shouldn't that really be "% cd psqlodbc-7.2.3" ?
>
Thanks Jeff, fixed in CVS.
Regards, Dave
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly
|
|
|
|
|