> In src/pl/tcl/Makefile: > Change: > # link command for a shared lib must NOT mention shared libs it uses > SHLIB_LINK = $(TCL_LIB_SPEC) > To: > # link command for a shared lib must NOT mention shared libs it uses > SHLIB_LINK = $(BE_DLLLIBS) $(TCL_LIB_SPEC)
This is already fixed in 7.4.
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
