> Now the only issue is that the libc is placed in a > "/gnu/store/...-gcc-cross-i686-unknown-linux-gnu-5.5.0/i686-unknown-linux-gnu" > subfolder. > I wonder why. How are dependencies supposed to find the libs in there? > > Is it possible to move the libs to the usual "lib" folder at the root?
The gcc and glibc includes and libraries and add to CPATH and LIBRARY_PATH env variables respectively. That's how they are found during build. Mathieu