Daniel Stonier wrote: > I've got a couple of queries with regards to crossdev. > > 1) What's the correct way to correctly configure ld.so.conf in an > cross-compile? > 2) Is it recommended emerging glibc despite the inevitable file > collisions?
Anything you cross-compile and maybe "cross-merge" must go into a subdirectory in the, not the root. And ld.so in your system can't use any libraries that have been cross-compiled - they will (of course) work only on the target system. //Peter
