Re: [GRASS-dev] Postgres DB driver links to TclTk?

2007-07-04 Thread Markus Neteler
On Wed, Jul 04, 2007 at 01:28:47PM +0100, Glynn Clements wrote: ... It's in db/drivers/postgres/Makefile: 14EXTRA_CFLAGS = $(PQINCPATH) $(TCLINCDIR) $(TKINCDIR) 26$(CC) $(LDFLAGS) -o $@ $(ARCH_OBJS) $(FMODE_OBJ) $(PQLIBPATH) $(LIBES) $(TCLTKLIBPATH) $(TCLTKLIBS) \ Ah!

Re: [GRASS-dev] Postgres DB driver links to TclTk?

2007-07-04 Thread William Kyngesburye
On Jul 4, 2007, at 7:36 AM, Markus Neteler wrote: Those options were added in: revision 1.4 date: 2003/01/15 15:36:24; author: radim; state: Exp; lines: +6 -3 parser for database, user/password dialog No idea why; I'll remove them. AFAIR, there was for a (short) time

[GRASS-dev] Postgres DB driver links to TclTk?

2007-07-03 Thread William Kyngesburye
I was poking around and noticed that the GRASS Postgres DB driver links the TclTk libraries. It also has the the TclTk include dirs in the CFLAGS. But it doesn't appear to use any TclTk functions. None of the other DB drivers uses TclTk. mistake? - William Kyngesburye