[ psqlodbc-Bugs-1000542 ] missing build instructions for unix

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1000542 ] missing build instructions for unix
Date: 2006-02-10 14:13:40
Message-ID: 20060210141340.2370E1033814@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1000542, was opened at 2006-02-03 11:16
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000542&group_id=1000125

Category: None
Group: None
>Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: missing build instructions for unix

Initial Comment:
I'm trying to build psqlodbc-08.01.0108 for gentoo linux.

In docs/unix-compilation.html, it suggests to try the usual ./configure && make && make install. First problem, there's no configure script. I noticed that there _is_ a configure.ac and the top of that file says to run autoconf on it. Ok, so here's my try:

$ autoconf configure.ac 2> autconf_err.log > configure
$ chmod +x configure
$ ./configure 2> config_err.log

and generated the four files I'm attaching.

----------------------------------------------------------------------

Comment By: Ludek Finstrle (luf)
Date: 2006-02-03 23:41

Message:
I see these steps for bootstrap in unix-compilation.html:

- First, copy libtool.m4 into source directory. Be sure to pick the one from the right Libtool version. Then run:
- aclocal -I . -I $PGSRC/config
- libtoolize --force --copy
- autoconf
- autoheader
- automake --add-missing --copy

Does this help you?

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000542&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message Marc Herbert 2006-02-10 14:15:23 TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through ODBC)
Previous Message Marc Herbert 2006-02-10 13:55:51 Re: LATIN1/9 conversion....