From: Michal 'hramrach' Suchanek Date: 2004-09-08T23:24:20+09:00 Subject: Re: 1.8.2preview2 does not use LDFLAGS On Wed, Sep 08, 2004 at 10:27:59AM +0900, Nobuyoshi Nakada wrote: > Hi, > > At Wed, 8 Sep 2004 04:29:41 +0900, > Michal 'hramrach' Suchanek wrote in [ruby-talk:111782]: > > 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. Thanks Michal Suchanek