Re: Unix build

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Unix build
Date: 2002-10-16 09:15:43
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128AE7@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
> Sent: 15 October 2002 19:55
> To: Dave Page
> Cc: pgsql-odbc(at)postgresql(dot)org
> Subject: RE: [ODBC] Unix build
>
>
> Dave Page writes:
>
> > I moved the current psqlODBC source into
> $PGSRC/src/interfaces/odbc,
> > ran the PostgreSQL configure script and then followed your
> > instructions. The only odd message I got was from libtoolize: 'You
> > should update your `aclocal.m4' by running aclocal.'. Noting your
> > instructions, I tried the libtool.m4 from my system, and the
> > PostgreSQL source and found no difference.
>
> You should use the one from the libtool installation (under
> $PREFIX/share/aclocal). It's not possibly the same as the
> one in the PostgreSQL source tree. Make sure you run aclocal
> as specified. The -I . should be before -I $PGSRC/config.
> Also make sure you use the libtoolize from the same Libtool
> version that provided libtool.m4.

Yes, I'm currently using /usr/share/aclocal/libtool.m4. Still get the
error|warning but otherwise it seems to work.

> > Build logs showing the errors are below. I suspect some of
> them may be
> > caused by Windows specific sources being compiled.
>
> It sure looks like the GNUmakefile is still there and hence
> all the new stuff is completely ignored.

Yeah, that would be the problem.

Thanks, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2002-10-16 09:20:10 psqlODBC for Unix
Previous Message Peter Eisentraut 2002-10-15 18:54:51 Re: Unix build