UNIXWARE port patches.

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: pgsql-ports(at)postgreSQL(dot)org
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-patches(at)postgreSQL(dot)org
Subject: UNIXWARE port patches.
Date: 1998-03-01 03:10:57
Message-ID: m0y8z9W-0009ZwC@bgalli.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following patches will allow postgreSQL 6.3 to compile and run on a
UNIXWARE 2.1.2 system with the native C compiler with the following library
change:

The alloca function must be copied from the libucb.a archive and added
to the libgen.a archive.

Also, the GNU flex program is needed to successfully build postgreSQL.

The patches are UUENCODED because the first two patches remove carriage
returns (^M) that made their way into the source files and I want to ensure
they survive the various mailers.

Attachment Content-Type Size
patch.00 text/plain 6.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-03-01 04:03:14 Configure --with-tcl problems.
Previous Message Tatsuo Ishii 1998-03-01 02:07:42 RE: [HACKERS] Current 6.3 issues