On Thursday 23 April 2009 17:50:47 Zdenek Kotala wrote: > I hit a problem with libtcl.so that LDFLAGS is not propagated. The same > problem is with other PL languages as well. > > Is it intention or a bug?
For shared libraries, you need to use LDFLAGS_SL instead. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
