compiling on Solaris 8 x86

From: Denis A Ustimenko <denis(at)oldham(dot)ru>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: compiling on Solaris 8 x86
Date: 2001-10-16 10:17:35
Message-ID: Pine.GSO.4.30.0110161706150.14367-100000@denis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 ;;

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2001-10-16 11:25:51 Column names - time
Previous Message Tatsuo Ishii 2001-10-16 10:10:57 Re: pg_client_encoding