errors in gmake...

From: Carol Walter <walterc(at)indiana(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: errors in gmake...
Date: 2008-10-09 17:40:25
Message-ID: C1A35987-CAF8-42C0-A69C-A52C24287BDD@indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings,

I'm getting errors in gmake. What echos to the screen appears as
follows:

gmake[3]: Entering directory `/var/tmp/postgresql-8.2.10/src/
interfaces/libpq'
sed -e 's/\(VERSION.*\),0 *$/\1,'`date '+%y%j' | sed 's/^0*//'`'/' <
libpq.rc.in > libpq.rc
/bin/sh: libpq.rc: cannot create
gmake[3]: *** [libpq.rc] Error 1
gmake[3]: Leaving directory `/var/tmp/postgresql-8.2.10/src/
interfaces/libpq'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/var/tmp/postgresql-8.2.10/src/interfaces'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/var/tmp/postgresql-8.2.10/src'
gmake: *** [all] Error 2

I checked and there is a libpq.rc.in and an libpq.rc file in the libpq.

Thanks,
Carol

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Joshua Drake 2008-10-09 17:42:37 Re: errors in gmake...
Previous Message Tom Lane 2008-10-09 16:08:07 Re: PLSQL function calling another function