"Magnus Hagander" <[EMAIL PROTECTED]> writes: > As you see, it adds both bin and lib.
Is the bin part even necessary? It looks to me like the -L for libdir is coming from Makefile.global.in: # add location of libpgport.a to LDFLAGS ifdef PGXS override LDFLAGS := -L$(libdir) $(LDFLAGS) else override LDFLAGS := -L$(top_builddir)/src/port $(LDFLAGS) endif Comparing that to the code in Makefile.win32, one of them is wrong about the need for $(DESTDIR). Perhaps that has something to do with it not working for Andrew? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: 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