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. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])