From: "David S." Date: 2001-05-02T03:41:05+09:00 Subject: [ruby-talk:14513] Re: Help: Problems with Tk On Wed, May 02, 2001 at 03:23:39AM +0900, Jim Freeze wrote: > > So, I want to do option (2). Is there a way to setup the > config to add the -R option and ld path? I checked > out ./configure --help and didn't see anything that > would help. > I have also looked at the Makefile, but am not sure what > I would change that would not break everything else. Try adding $LDFLAGS << ' -R/usr/local/lib' to '/ext/tcltklib/extconf.rb', or -R/usr/local/lib to 'DLDFLAGS' in '/ext/tcltklib/Makefile'. One or the other should work. David S.