In both cases I compiled from source once using ./configure && make && make install for the host and ./configure --prefix= --includedir= --without-gcc-wrapper. On Oct 28, 2014 6:56 PM, "Szabolcs Nagy" wrote: > * stephen Turner [2014-10-28 16:13:58 -0500]: > > after compiling my programs on the host with musl-gcc wrapper and moving > > them to the non-wrapper system i recieved the error they did not exist. > > checking with ldd showed they were looking for the ld-musl-i386.so.1 > lib. i > > created a link to the libc.so and all is well. > > a musl installation in either cases (wrapper or musl based system) > should have a /lib/ld-musl-ARCH.so.1 > > if you dont have that file then your musl install was not complete > > i think it's the linux distribution packager's job to have that file > on a musl based system >