RE: [HACKERS] Re: [QUESTIONS] Configuration problems in PostgreSQ L 6.3.2 on Linux-ELF

From: "Meskes, Michael" <meskes(at)topsystem(dot)de>
To: "'The Hermit Hacker'" <scrappy(at)hub(dot)org>, Constantin Teodorescu <teo(at)flex(dot)ro>
Cc: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Re: [QUESTIONS] Configuration problems in PostgreSQ L 6.3.2 on Linux-ELF
Date: 1998-04-21 12:08:36
Message-ID: 11720CEF3853D011AC0C00A024B7A9E11125F6@einstein.topsystem.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

How about removing LINUX_ELF from all Makefile.in's?

Michael

--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10

> -----Original Message-----
> From: The Hermit Hacker [SMTP:scrappy(at)hub(dot)org]
> Sent: Tuesday, April 21, 1998 2:01 PM
> To: Constantin Teodorescu
> Cc: Thomas G. Lockhart; Bruce Momjian; PostgreSQL-development
> Subject: Re: [HACKERS] Re: [QUESTIONS] Configuration problems in
> PostgreSQL 6.3.2 on Linux-ELF
>
> On Tue, 21 Apr 1998, Constantin Teodorescu wrote:
>
> > The Hermit Hacker wrote:
> > >
> > > On Tue, 21 Apr 1998, Thomas G. Lockhart wrote:
> > >
> > > > > 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?
> > > >
> > > > Uh, I think this is a question for Marc. What would he expect to
> be
> > > > defined for a platform? I'm pretty sure LINUX_ELF is supposed to
> be
> > > > replaces with, for example, "defined(_GCC_) && defined(linux)"
> or
> > > > something to that effect.
> > > >
> > > > Marc?
> > >
> > > I sort of ignored this one, being a Linux problem :(
> Constantin,
> > > what sort of error message(s) are you seeing and where? I'll be
> more
> > > attentive this time, promise :)
> >
> > So. I tried to compile PostgreSQL from scratch, as I usual do with
> every
> > version.
> > $ cd /usr/src/postgresql-6.3.2
> > $ cd src
> > $ ./configure
> >
> > At this point, it shows a lot of configuration files and usually
> asked
> > me if {linux-elf} it's ok for me.
> > This time, he didn't do so. He start running and checking all sort
> of
> > programs and libraries and finally ended.
>
> I removed the "question" phase, since there was already the
> --with-template= feature in configure...it will try to determine and
> use
> what it feels is appropriate based on a 'uname -s', which doesn't take
> into consideration different versions of an OS...
>
> > Compiling all (gmake all) I noticed that in src/interfaces/libpgtcl
> > there isn't a libpgtcl.so library and in src/interfaces/libpq there
> > isn't libpq.so.
> >
> > I succeeded getting that libraries editing by hand the Makefile in
> those
> > two directories and introducing a new line LINUX_ELF=true, then make
> > clean and make again. I copied libpgtcl.so and libpq.so in my /lib
> > directory and PgAccess work now. But for someone who did not know
> how to
> > do that, it could be quit embarassing.
>
> Thoughts on how this might be fixed? :(
>
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Meskes, Michael 1998-04-21 12:09:17 RE: [HACKERS] LINUX_ELF
Previous Message The Hermit Hacker 1998-04-21 12:00:59 Re: [HACKERS] Re: [QUESTIONS] Configuration problems in PostgreSQL 6.3.2 on Linux-ELF