> This pacakge does not build anything at all. It also has no > other build dependencies other than "debhelper" which I find > rather strange.
newlib is a libc implementation. It requires nothing but a C compiler to build. > The build rule just runs configure, followed by a make -C _build > which does this: [clip] configure does some pretty explicit testing for various host types. What is the ./config.guess host type for amd64? I see this comment in configure: # newlib is not 64 bit ready It may be that it is not yet possible to build newlib for amd64 even if it were added to the configure script. Cheers, Shaun -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]