Hans-Christoph Steiner wrote:
I am trying to make Pd compile on MinGW using ./configure && make. The first problem is that I can't get ./configure to find the Tcl/Tk libs in their default install location, /usr/local. ./configure finds tcl.h in /usr/local/include just fine.
Any tips?
just a guess: adding "-L/usr/local/lib" to the linker-flags?
mfg,asdr IOhannes