Please don't top-post. Scott Phuong wrote: > Hi Andrew, > > Which libraries do I need? Thanks for your help. Whichever ones you intend to use. At least libc, obviously. I really wouldn't attempt to do what you're doing. Cross-compiling from a 32-bit to a 64-bit x86 isn't worth the effort. Instead I'd install a 64-bit OS on the host, with both 32-bit and 64-bit libraries. Andrew.