| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | ZEUGSWETTER Andreas IZ5 <Andreas(dot)Zeugswetter(at)telecom(dot)at> |
| Cc: | "'vev(at)michvhf(dot)com'" <vev(at)michvhf(dot)com>, "'hackers(at)postgresql(dot)org'" <hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] Makefile of libpq++ |
| Date: | 1999-05-27 14:27:58 |
| Message-ID: | 199905271427.KAA29181@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> I am not sure if libpq++ will compile with non g++ compilers,
> but the Makefile does break non g++.
>
> <<mak.patch>>
> Andreas
Applied.
---------------------------------------------------------------------------
*** ./src/interfaces/libpq++/Makefile.in.orig Sun May 23 03:03:57 1999
--- ./src/interfaces/libpq++/Makefile.in Wed May 26 11:31:49 1999
***************
*** 51,57 ****
# Pull shared-lib CFLAGS into CXXFLAGS
! CXXFLAGS+= $(CFLAGS) -Wno-unused
.PHONY: examples
--- 51,57 ----
# Pull shared-lib CFLAGS into CXXFLAGS
! CXXFLAGS+= $(CFLAGS)
.PHONY: examples
[Attachment, skipping...]
--
Bruce Momjian | http://www.op.net/~candle
maillist(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 | Vince Vielhaber | 1999-05-27 14:50:15 | Re: [HACKERS] Uh-oh II - ecpg |
| Previous Message | Bruce Momjian | 1999-05-27 14:25:48 | Re: [HACKERS] Open 6.5 items |