Thomas Hallgren <[EMAIL PROTECTED]> writes: > [ Makefile.shlib contains ]
> all-lib: all-static-lib all-shared-lib > all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h > lib$(NAME).a > all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h > $(shlib) Would someone explain to me what in the world these targets are doing demanding either of those as prerequisite? They certainly did not have those prereqs in 7.4. This seems an excessively klugy way of handling some Windows brokenness or other. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])