From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Murad Nayal <murad(at)godel(dot)bioc(dot)columbia(dot)edu>, pgsql-ports(at)postgresql(dot)org, bugs(at)postgresql(dot)org |
Subject: | Re: [PORTS] Re: port v7.0 to SGI-IRIX-6.5.7/64 |
Date: | 2000-05-22 23:58:45 |
Message-ID: | 200005222358.TAA01876@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-bugs pgsql-hackers pgsql-ports |
> > 3- src/pl/tcl/Makefile has a bug. line 69 is
> > CFLAGS= $(TCL_CFLAGS_OPTIMIZE)
> > that clobbers all CFLAGS included previously. as a result the include
> > directories, important to find tcl.h etc. will not be added to the
> > options and the compilation stops here complaining that it can't locate
> > tcl.h etc.
> > I just changed it to
> > CFLAGS+= $(TCL_CFLAGS_OPTIMIZE)
>
> Good point, but that's no solution --- the reason that the makefile
> isn't keeping the main CFLAGS is that Tcl (and hence pltcl) may be
> built with a different compiler than Postgres is being built with.
> The Tcl compiler may not like the other compiler's switches. I guess
> we could arrange to insert just the -I switches from your
> --with-includes configuration command, however.
Tom, do you want his verion in Makefile, or the original?
--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-05-23 00:58:57 | Re: [PORTS] Re: port v7.0 to SGI-IRIX-6.5.7/64 |
Previous Message | Bruce Momjian | 2000-05-22 23:56:32 | Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64 |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-05-23 00:09:19 | Re: Just checking on a few bugs... |
Previous Message | Bruce Momjian | 2000-05-22 23:56:32 | Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64 |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-05-23 00:00:44 | Re: Proposal for enhancements of privilege system |
Previous Message | Palle Girgensohn | 2000-05-22 23:57:05 | Re: [PORTS] Logging (was Re: PostgreSQL 7.0-2 RPMset released.) |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-05-23 00:58:57 | Re: [PORTS] Re: port v7.0 to SGI-IRIX-6.5.7/64 |
Previous Message | Palle Girgensohn | 2000-05-22 23:57:05 | Re: [PORTS] Logging (was Re: PostgreSQL 7.0-2 RPMset released.) |