compile error - Mailing list pgsql-general

From Soma Interesting
Subject compile error
Date
Msg-id 5.0.2.1.0.20010402104933.02a68008@pop.telus.net
Whole thread Raw
List pgsql-general
I'm attempting to recompile postgres with perl support. Perl compiled fine,
however postgres insists on compiling with odbc...

I'm getting the following error when I attempt to ./configure

linking ./include/port to interfaces/odbc/port
mkdir: cannot create directory `interfaces/odbc': No such file or directory
ln: ./include/port: hard link not allowed for directory
configure: error: can not link interfaces/odbc/port to ./include/port

using the following ./configure statement:

./configure --prefix=/usr/lib/pgsql --with-perl --enable-multibyte
--with-odbc=no

I only added the --with-odbc=no, after it gave the above error. Compiling
is pretty new to me, so its probably something simple that I'm doing wrong.


pgsql-general by date:

Previous
From: "ADBAAMD"
Date:
Subject: Re: Can I get the default value for an attribute ( field) ?
Next
From: Daniel ?erud
Date:
Subject: What could be the reason for EXTREMELY slow INSERTs?