| From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
|---|---|
| To: | PostgreSQL general list <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Failed compile on Sun |
| Date: | 2002-05-01 14:19:58 |
| Message-ID: | 20020501101958.J20164@mail.libertyrms.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
On Wed, May 01, 2002 at 10:38:26AM +0000, Adam Witney wrote:
> fe-lobj.o pqexpbuffer.o dllist.o md5.o pqsignal.o
> make[3]: ar: Command not found
^^^^^^^^^^^^^^^^^^^^^
'ar' isn't in your PATH. It's a common problem. It's probably in
/usr/ccs/bin. Just append that to your path (make sure you add it
last, because there's probably a non-GNU 'make' in there too) and
you'll be set to go.
A
--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-05-01 14:57:31 | Re: FATAL: stuck spinlock |
| Previous Message | Fran Fabrizio | 2002-05-01 13:36:22 | Re: Joe Celko Function |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rod Taylor | 2002-05-01 14:21:30 | Analyze on large changes... |
| Previous Message | Magnus Naeslund(f) | 2002-05-01 12:23:49 | Re: Problem with restoring a 7.1 dump |