gmake does not finish on default slackware 9 (or 8.1) install

From: Andrew Gemmell <aj_gemmell(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: gmake does not finish on default slackware 9 (or 8.1) install
Date: 2003-04-01 05:17:06
Message-ID: 20030401051706.12294.qmail@web14811.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I have just tried this with the same result on default
full install of slackware 8.1 and 9.0.

After installation (and download of pgsql 7.3.2) i ran
these commands :

tar -xzvf postgresql-7.3.2.tar.gz
cd postgresql-7.3.2
./configure
(worked fine)
gmake

gmake then ran into a infinite loop
i have piped gmake to a text file which shows where it
is looping etc.
this can be found at
http://www.stratocom.net/imos/pgsql-gmakelog.txt

I hope this is able to help someone , any questions,
please email me at this address, aj_gemmell(at)yahoo(dot)com

yours,
Andrew Gemmell

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-01 05:29:46 Re: GROUP BY + join regression in 7.3
Previous Message Ron Mayer 2003-04-01 02:06:47 Re: optimizer cost calculation problem