PG still fussy to compile on Solaris + GCC, may still need Sun ld
PostgreSQL Bugs List <pgsql-bugs@postgresql.org>
From: pgsql-bugs@postgresql.org
To: pgsql-bugs@postgresql.org
Date: 2000-09-02T16:08:55Z
Lists: pgsql-bugs
Matt Benjamin (matt@linuxbox.nu) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description PG still fussy to compile on Solaris + GCC, may still need Sun ld Long Description I found that on my Solaris 8, Sparc system with GCC and GNU Binutils, there was one major and one minor hassle: 1. PG libs failed to link with GCC + GNU ld -- switching to Sun ld fixed this 2. PG Perl interface Makefile.PL produced Sun compiler options for compiling PG.c, e.g., "-KPIC", etc. Easy to fix, but required hacking to get "make install" to run to completion. Sample Code No file was uploaded with this report