Tom Lane wrote: > Peter, it was you that committed the current contents of > config/perl.m4; do you recall why it wants to remove ccdlflags from > the Embed results?
The ldopts value contains compiler-specific shared library linking flags plus information about additional library to link in. The ccdlflags value contains only the compiler-specific shared library linking flags. If we subtract the second from the first, we get the information about additional library to link in, which is what we wanted to get out of it. The poster apparently needs the rpath information, but I think he'll have to get that some other way. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly