Re: Re: URL for gmake

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Bill Barnes <kgbsoft(at)yahoo(dot)com>
Cc: pg-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: URL for gmake
Date: 2001-03-17 17:33:51
Message-ID: 20010317173351.E22726@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 16, 2001 at 05:08:14PM -0800, Bill Barnes wrote:
>
> Wow! Got a lot of reponses. Thanks all.
>
> I must be, however, asking the wrong question.
> Running debian 2.2 and make is in the system.

I think it's time for some coffee?

> Here's a short list of the last few commands:
>
> $./configure --prefix=/usr/local/pgsql --with-odbc
> $make all > make.log 2>&1 &

Here you typed "make"

> [1] 8486
> $tail -f make.log
> lot of missing prototypes messages but it gurgled
> on and finally said All of Postgresql is
> successfully made.
> Ready to install.
> had to Ctrl-c to get terminal back
> $gmake install > make.install.log 2>&1 &

Here you typed "gmake"

> [2] 10419
> [1] Done(127) gmake install >make.install.log 2&1
> $tail -f make.install.log
> sh: gmake: command not found
>
> Thus the reason for confusion about gmake. Cannot
> find a binary or link for gmake. How does it get
> called.

Cheers,

Patrick

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-17 18:17:20 Re: create user, user exists
Previous Message Ron Peterson 2001-03-17 17:14:58 Re: create user, user exists