Re: [HACKERS] compiling libpq++ on Solaris with Sun SPRO6U2 (fixed

2001-10-18 Thread Peter Eisentraut
Lee Kindness writes: > For your information I've attached the man page for the Sun C > compiler, which explicitly lists the -h and -R flags. I didn't read much farther than acc (SPARC only) is not intended to be used directly on Solaris 2.x. ;-) -- Peter Eisentraut [EMAIL P

Re: [HACKERS] compiling libpq++ on Solaris with Sun SPRO6U2 (fixed

2001-10-18 Thread Denis A Ustimenko
On Wed, 17 Oct 2001, Peter Eisentraut wrote: > Denis A Ustimenko writes: > > [change -Wl,-R to -R and -Wl,-h to -h] > > I'm having a difficult time understanding this. Both -R and -h are linker > options, not compiler options. So while the compiler driver might be nice Oh, no Peter: denis@t

Re: [HACKERS] compiling libpq++ on Solaris with Sun SPRO6U2 (fixed

2001-10-18 Thread Lee Kindness
It's really quite simple, the Sun C compiler (acc) does not understand the -Wl flag, rather it passes the -R and -h options onto the linker verbatim. Given the only two (realistic) compiler choices under Solaris are gcc and acc it makes sense to support then both 'out of the box'. I keep a simil

Re: [HACKERS] compiling libpq++ on Solaris with Sun SPRO6U2 (fixed

2001-10-17 Thread Dan
whats wrong with kill -9' the postmaster works fine for me hahahaa. > Date: Wed, 17 Oct 2001 22:34:47 +0200 (CEST) > From: Peter Eisentraut <[EMAIL PROTECTED]> > To: Denis A Ustimenko <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [HACKERS] compi

Re: [HACKERS] compiling libpq++ on Solaris with Sun SPRO6U2 (fixed

2001-10-17 Thread Peter Eisentraut
Denis A Ustimenko writes: [change -Wl,-R to -R and -Wl,-h to -h] I'm having a difficult time understanding this. Both -R and -h are linker options, not compiler options. So while the compiler driver might be nice enough to recognize them as the former and pass them through, this change just pu

[HACKERS] compiling libpq++ on Solaris with Sun SPRO6U2 (fixed & tested)

2001-10-17 Thread Denis A Ustimenko
Sorry, previous patch was wrong. Denis Ustimenko -- *** orig/postgresql-7.1.3//src/makefiles/Makefile.solaris ÷Ó äÅË 17 00:14:25 2000 --- postgresql-7.1.3//src/makefiles/Makefile.solarisóÒ ïËÔ 17 14:33:11 2001 *** *** 6,12 export_dy