From: nobu.nokada@... Date: 2004-09-09T11:48:44+09:00 Subject: Re: 1.8.2preview2 does not use LDFLAGS Hi, At Wed, 8 Sep 2004 23:24:20 +0900, Michal 'hramrach' Suchanek wrote in [ruby-talk:111872]: > > > It looks like a little bug in mkmf.rb > > > DLDFLAGS comes out empty in the Makefile > > > > DLDFLAGS is different from LDFLAGS. Use DLDFLAGS to pass > > options to the linker for shared objects. > > I know it is different and I do not use it directly, it is used when > building the bundled ruby extensions. > > And the problem is it is empty which is definitely bad given how complex > expression was used to construct the empty string. $ ./configure DLDFLAGS="..." Or, you can override it by --with-dldflags option at running extconf.rb. -- Nobu Nakada