|
Message-ID: <20141218184313.GA1783@newbook> Date: Thu, 18 Dec 2014 10:43:13 -0800 From: Isaac Dunham <ibid.ag@...il.com> To: musl@...ts.openwall.com Subject: Re: dynamic compile issue On Thu, Dec 18, 2014 at 11:04:16AM -0500, stephen Turner wrote: > I have no reason to believe this is a musl issue but seeing that your in > the business of building a libc i was hoping someone could give me a > pointer or something to assist. > > I have a pure musl libc chroot and when compiling static it links/works > fine. im now on my 2nd-3rd gen applications being compiled in the chroot > alone. when i go to do a dynamic compile however it always wants to link to > ld-linux.so.2. I do not have any kind of scripts or anything running in You failed to patch GCC or configured it for glibc inadvertently. (ld-linux.so.2 is the glibc dynamic linker.) The patch and build options should be documented in bootstrap-linux or musl-cross, whichever has the patches you're using at the moment. (Check that you applied the patches *and* used the target that the scripts use.) HTH, Isaac Dunham
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.