Re: [BUGS] Bug #706: Wrong shlib flag for GCC compilation on Solaris

2002-07-11 Thread Richard Cook x261
Bruce, My apologies. The file I worked with was from the postgresql-7.1.3.tar.gz. I had started out with the latest (7.2.1) tar, but after various failures rolled back to the 7.1.3 source, since I found evidence on the net that somebody had succeeded in building that on Solaris. I lost track o

Re: [BUGS] Bug #706: Wrong shlib flag for GCC compilation on Solaris

2002-07-10 Thread Bruce Momjian
Richard Cook x261 wrote: > Bruce, > > My apologies. The file I worked with was from the postgresql-7.1.3.tar.gz. > I had started out with the latest (7.2.1) tar, but after various failures > rolled back to the 7.1.3 source, since I found evidence on the net that > somebody had succeeded in buil

Re: [BUGS] Bug #706: Wrong shlib flag for GCC compilation on Solaris

2002-07-09 Thread Bruce Momjian
In current CVS I see this, which looks fine. Does yours look the same? --- ifeq ($(PORTNAME), solaris) shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_ VERSION) ifndef cplusplus ifeq

[BUGS] Bug #706: Wrong shlib flag for GCC compilation on Solaris

2002-07-09 Thread pgsql-bugs
Richard Cook ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Wrong shlib flag for GCC compilation on Solaris Long Description In the file .../src/Makefile.shlib, line 178, the "-G" flag is set for compilation of shared librari