Hello, thank you for the hint, I had no idea I could check mkmf.log. At
first, mkmf could not find Xlib.h (because XFree-devel was not
installed). Next, Suse apparently ships both the 32 and 64 bit versions
of libX11.so but forgets to point the linker to the 64 bit libs. After
manually fixing this, everything works ok.
Greetings,
Geert.
···
-----Original Message-----
From: nobu.nokada@softhome.net [mailto:nobu.nokada@softhome.net]
Sent: 12 April 2005 01:07
To: ruby-talk ML
Subject: Re: tcltklib
Hi,
At Mon, 11 Apr 2005 23:02:47 +0900,
Geert Fannes wrote in [ruby-talk:137786]:
Hello, I'm trying to activate tcltklib for ruby 1.8.2. I am working on
a
x86-64 Suse 9 machine and I have both tcl.h and tk.h in /usr/include.
For some strange reason, ext/tcltklib/extconf.rb finds tcl.h, but
fails
to find tk.h. Any idea what is happening? (I installed it on a
slackware
machine with tcl.h and tk.h in the same place and there, things work
immediately)
Show the mkmf.log file at first.
--
Nobu Nakada