Re: [QUESTIONS] Configuration problems in PostgreSQL 6.3.2 on Linux-ELF

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: teo(at)flex(dot)ro (Constantin Teodorescu)
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [QUESTIONS] Configuration problems in PostgreSQL 6.3.2 on Linux-ELF
Date: 1998-04-20 18:42:47
Message-ID: 199804201842.OAA17058@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> ./configure in 6.3.1 used to propose to me a template configuration file
> (for me it was linux-elf).
>
> 6.3.2 ./configure did not. He choosed linux by default. I forced it with
> --with-template=linux-elf but in Makefile.global didn't appear
> LINUX_ELF=true.
>
> I had to enter and modify by hand Makefile in interfaces/libpq and
> libpgtcl introducing LINUX_ELF=true in order to obtain the shared
> libraries. Now PgAccess works.
>
> I still believe that is a configuration/detection problem.

Yes, I asked earlier why LINUX_ELF was not being defined, and no Linux
user offered an answer. Solutions, folks? When our own pgaccess guy
can't get libpgtcl to compile, we have a problem. Do we need a patch?

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvin van Raalte 1998-04-20 19:21:04 Re: [HACKERS] Re: [QUESTIONS] Configuration problems in PostgreSQL 6.3.2 on Linux-ELF
Previous Message Bruce Momjian 1998-04-20 18:33:39 Re: [HACKERS] New features