Re: compiling on Solaris 8 x86

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Denis A Ustimenko <denis(at)oldham(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: compiling on Solaris 8 x86
Date: 2001-10-19 15:04:56
Message-ID: 200110191504.f9JF4uj29444@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Patch applied. Thanks. Patch attached. autoconf run.

---------------------------------------------------------------------------

> Hi!
>
> Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 using
> Sun's compiler. May be it will be usefull for someone else?
>
> Regards
> Denis Ustimenko
> Oldham
>
> ---------------------------------------------------------------
> denis(at)tracer$ diff configure.orig configure
> 744c744
> < i?86-*-solaris) need_tas=yes; tas_file=solaris_i386.s ;;
> ---
> > i?86-*-solaris*) need_tas=yes; tas_file=solaris_i386.s ;;
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 992 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2001-10-19 15:27:49 permissions problem at hub.org !
Previous Message Bruce Momjian 2001-10-19 14:57:44 Re: Is there no "DESCRIBE <TABLE>;" on PGSQL? help!!!