Re: Failed compile on Sun

From: pgsql-gen Newsgroup ((at)Basebeans(dot)com) <pgsql-gen(at)basebeans(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Failed compile on Sun
Date: 2002-05-01 11:25:01
Message-ID: 200205011125.g41BP1c09039@basebeans.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Subject: Re: [GENERAL] Failed compile on Sun
From: Justin Clift <justin(at)postgresql(dot)org>
===
Hi Adam,

Are you using the Solaris compilation instructions from?

http://techdocs.postgresql.org/installguides.php#solaris

They're known to work.

:-)

Regards and best wishes,

Justin Clift

Adam Witney wrote:
>
> Hi
>
> I am fairly new to PostgreSQL. I have been trying to install
> PostgreSQL-7.2.1 on my Sun server, however it fails at this point:
>
> ...
> ...
>
> gcc -Wall -Wmissing-prototypes -Wmissing-declarations -fPIC -I.
> -I../../../src/include -DFRONTEND -DSYSCONFDIR='"/usr/local/pgsql/etc"' -c
> -o pqsignal.o pqsignal.c
> ar crs libpq.a fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o
> fe-lobj.o pqexpbuffer.o dllist.o md5.o pqsignal.o
> make[3]: ar: Command not found
> make[3]: *** [libpq.a] Error 127
> make[3]: Leaving directory
> `/usr/local/install/postgresql-7.2/src/interfaces/libpq'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/usr/local/install/postgresql-7.2/src/interfaces'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/install/postgresql-7.2/src'
> make: *** [all] Error 2
>
> System details:
>
> bash-2.03$ uname -a
> SunOS webdev1 5.8 Generic_108528-12 sun4u sparc SUNW,UltraAX-i2
>
> Is this a common problem on this platform? Or am I doing something wrong.
>
> Any help in getting this working would be greatly appreciated.
>
> Thanks
>
> Adam
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

Browse pgsql-general by date

  From Date Subject
Next Message Ben-Nes Michael 2002-05-01 11:58:50 Joe Celko Function
Previous Message Justin Clift 2002-05-01 11:16:31 Re: Failed compile on Sun