compiling psqlodbc from cvs - Mailing list pgsql-odbc

From Karol Szkudlarek
Subject compiling psqlodbc from cvs
Date
Msg-id 411402BE.3070708@mikronika.com.pl
Whole thread Raw
Responses Re: compiling psqlodbc from cvs  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
Hi!

I am returning after the long break to psqldbc driver and I have
problem with compiling shared version of psqlodbc driver.

My compilation script looks like the following:

#!/bin/sh
PGSRC=~/var/src/postgresql
aclocal -I . -I $PGSRC/config
libtoolize --force --copy
autoconf
autoheader
automake --add-missing --copy
export CFLAGS=-I$HOME/usr/include
export CXXFLAGS=$CFLAGS
export LDFLAGS=-L$HOME/usr/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/usr/lib
./configure --with-unixodbc --enable-shared --prefix=$HOME/usr
make 2>err

and in $HOME/usr/lib I have installed unixodbc. After building
I got only static version of psqlodbc libraries. Do I missed something?
What I am doing wrong? Any help apreciated.

Greets,
Karol Szkudlarek

pgsql-odbc by date:

Previous
From: dustpuppytom@netscape.net (Thomas Bache)
Date:
Subject: SSL as unpriviledged user
Next
From: Peter Eisentraut
Date:
Subject: Re: compiling psqlodbc from cvs