compile error

From: Soma Interesting <dfunct(at)telus(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: compile error
Date: 2001-04-02 18:03:38
Message-ID: 5.0.2.1.0.20010402104933.02a68008@pop.telus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message ADBAAMD 2001-04-02 18:12:19 Re: Can I get the default value for an attribute ( field) ?
Previous Message Lamar Owen 2001-04-02 17:20:43 Re: Re: Indexes vs indices