---------- Forwarded message ---------- From: Devon H. O'Dell <[EMAIL PROTECTED]> Date: 22-sep-2005 19:23 Subject: Re: cross-installing fails To: Simon 'corecode' Schubert <[EMAIL PROTECTED]>
2005/9/22, Simon 'corecode' Schubert <[EMAIL PROTECTED]>: > hey, > > we have a problem with cross-installing, i.e. running make installworld > on a client with /usr/src and /usr/obj nfs mounted from another box: > > make installworld uses all btools and ctools compiled for the host. > The problem here was that it used ctools_i386_i386/usr/bin/strip which > itself is statically linked, but > ctools_i386_i386/usr/libexec/binutils215/elf/strip, which is being > called (due to set OBJFORMAT_PATH) is not. The easiest fix would be to > build ctools statically as well. > > Should I add a -DNO_SHARED to TMAKE and XMAKE? > > cheers > simon > > -- > Serve - BSD +++ RENT this banner advert +++ ASCII Ribbon /"\ > Work - Mac +++ space for low $$$ NOW!1 +++ Campaign \ / > Party Enjoy Relax | http://dragonflybsd.org Against HTML \ > Dude 2c 2 the max ! http://golden-apple.biz Mail + News / \ I sort of addressed this in my patch to distcc which allows world to compile using distcc (although the speedup is negligable, still, I think). I'd be curious to know whether this still works for people. --Devon
