|
Message-ID: <20141218191412.GT4574@brightrain.aerifal.cx> Date: Thu, 18 Dec 2014 14:14:12 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: dynamic compile issue On Thu, Dec 18, 2014 at 01:47:49PM -0500, stephen Turner wrote: > im using PCC as my compiler. it was initially built with gcc but since has > recompiled itself several times. 2 at least in the chroot musl only > environment alone. would this advice still apply? If i understood the pcc > group correctly it should not be responsible for this but i cant help but > think it is. regardless i will look into any advice/leads provided. PCC probably just has /lib/ld-linux.so.2 hard-coded for the "linux" target. You just need to change this when building it for a musl-based system or pass -Wl,-dynamic-linker,/lib/ld-musl-i386.so.1 (or whatever your arch is) on the command line. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.