Peter Eisentraut wrote: > Tom Lane writes: > > > > assemble all the files we need (as determined by configure) into a static > > > library and link all executables with that. That way we don't have to > > > deal with the individual files in each individual makefile. > > > > I like that a lot. But will it work for libpq? > > No, just for executables. Otherwise you'd get into a big PIC mess.
Oh, OK, so we keep the same object file variables, but just move them to src/port. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster