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?
.hc
________________________________________________________________________ ____
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
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
On Dec 3, 2005, at 4:59 PM, IOhannes m zmölnig wrote:
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?
I mean configure itself rather than make, gcc, or ld. I did find "autoconf --include" but it didn't work, so maybe something else is going on.
.hc
________________________________________________________________________ ____
"Computer science is no more related to the computer than astronomy is related to the telescope." -Edsger Dykstra