|
From: Paul P. <ppl...@gm...> - 2005-03-23 01:31:09
|
On Tue, 22 Mar 2005 15:56:04 -0800, Jeremy Fitzhardinge <je...@go...> wrote: > Scott Mills wrote: > > > Before we get a chance to upgrade (we're still running < 2.2.0), is > > there anyway I can 'unset' -rpath without rebuilding the target program? > > I don't think so; it's embedded in the .so files you generate. There sure is: load the exe/DSO into emacs, invoke hexl-mode, edit rpath away (replacing the first character of the string with NUL character should do the trick). Cheers, |