BY: Suraj Kurapati (snk) DATE: 2007-06-23 16:40 SUBJECT: RE: Linking problems when installing
Derek Graham wrote: > I've tried doing: > > $ make DLDFLAGS=-fPIC > > but I still get the same error. Try this instead: $ rake clobber build CFLAGS=-fPIC (I am setting the CFLAGS here because the error says "recompile with -fPIC". If this does not work, try setting LDFLAGS also.)