Re: [PATCHES] Makefile breakage

2005-03-25 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: Tom Lane wrote: I think you should leave the $(libpq) macro alone and add a $(libpgport) macro ... and yes, you will have to go around and modify the client program Makefiles individually. How is this? It creates a new

Re: [PATCHES] Makefile breakage

2005-03-25 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: OK, here is a new patch. I called it 'libpq_pgport'. Looks alright to me now. Are you going to get this into 8.0.2beta? regards, tom lane ---(end of broadcast)--- TIP 3: if

Re: [PATCHES] Makefile breakage

2005-03-25 Thread Bruce Momjian
Bruce Momjian wrote: Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: OK, here is a new patch. I called it 'libpq_pgport'. Looks alright to me now. Are you going to get this into 8.0.2beta? Yea, I guess. It really just has to be in our final release before 8.1.

Re: [PATCHES] Makefile breakage

2005-03-25 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: OK, here is a new patch. I called it 'libpq_pgport'. Looks alright to me now. Are you going to get this into 8.0.2beta? Yea, I guess. It really just has to be in our final release before 8.1. Would someone else eyeball it

[PATCHES] Makefile breakage

2005-03-24 Thread Tom Lane
You can't just arbitrarily pull in libpgport.a everywhere that libpq.so is used. That breaks anything that requires position-independent code ... for instance ecpglib. regards, tom lane ---(end of broadcast)--- TIP 1:

Re: [PATCHES] Makefile breakage

2005-03-24 Thread Bruce Momjian
Tom Lane wrote: You can't just arbitrarily pull in libpgport.a everywhere that libpq.so is used. That breaks anything that requires position-independent code ... for instance ecpglib. Strange because it worked on my BSD system and I do compile ecpg. What do you suggest? Is this worth fixing

Re: [PATCHES] Makefile breakage

2005-03-24 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: Tom Lane wrote: You can't just arbitrarily pull in libpgport.a everywhere that libpq.so is used. That breaks anything that requires position-independent code ... for instance ecpglib. Strange because it worked on my BSD system and I do compile

Re: [PATCHES] Makefile breakage

2005-03-24 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: Tom Lane wrote: You can't just arbitrarily pull in libpgport.a everywhere that libpq.so is used. That breaks anything that requires position-independent code ... for instance ecpglib. Strange because it worked on my BSD