hello everyone,
i'm sure this is an embarrasingly simple problem, but i don't remember how to fix it. i'm trying to compile version 0.34-2 on redhat 6.2 (tk/tcl 8.2).
make gets to here and stops:
cd ../obj; cc -I. -o ../bin/pd-gui t_main.o t_tkcmd.o
-ltk8.2 -ltcl8.2
t_main.o: In function main': t_main.o(.text+0x8d): undefined reference to
Tk_Main'
collect2: ld returned 1 exit status
make: *** [../bin/pd-gui] Error 1
a few days later i successfully built it on my notebook running debian potato.
what am i missing?
thanks, bill