On Thu, 2010-05-20 at 15:38 -0700, Inaky Perez-Gonzalez wrote: > On Thu, 2010-05-20 at 13:28 -0700, Dan Williams wrote: > > Misc 64-bit fixes. Need to use 'z' when printing out size_t and > > ssize_t. > > > > Signed-off-by: Dan Williams <dcbw at redhat.com> > > Merged > > Thank you Dan, I forgot to cross compile this one to check those issues. Also note that when building for 64-bit, you'll want to specify --libdir=/usr/lib64, and to make everything work in both the wimax-tools and (i think) the NS, you need to do: autoreconf -i to regenerate the the build files the tarballed Makefiles have generated paths to stuff /usr/lib and elsewhere already. Dan