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
hi,
I think you forgot the "./configure" step before compiling.
cheers,
Yves Degoyon ----- Original Message ----- From: "Bill Sack" wsack@acsu.buffalo.edu To: "pd list" pd-list@iem.kug.ac.at Sent: Monday, September 17, 2001 3:37 AM Subject: [PD] simple compile error
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 functionmain': t_main.o(.text+0x8d): undefined reference to
Tk_Main' collect2: ld returned 1 exit status make: *** [../bin/pd-gui] Error 1a few days later i successfully built it on my notebook running debian potato.
what am i missing?
thanks, bill
-- _________ Bill Sack wsack@acsu.buffalo.edu
I think you forgot the "./configure" step before compiling.
i am certain i did not, and in fact the default makefile in the tarball consists of these three lines:
[bsack@t0ast src]$ less makefile all: ./configure make
it's idiot-proof!
-bill
cheers,
Yves Degoyon ----- Original Message ----- From: "Bill Sack" wsack@acsu.buffalo.edu To: "pd list" pd-list@iem.kug.ac.at Sent: Monday, September 17, 2001 3:37 AM Subject: [PD] simple compile error
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 functionmain': t_main.o(.text+0x8d): undefined reference to
Tk_Main' collect2: ld returned 1 exit status make: *** [../bin/pd-gui] Error 1a few days later i successfully built it on my notebook running debian potato.
what am i missing?
thanks, bill
-- _________ Bill Sack wsack@acsu.buffalo.edu