On Mon, Jan 23, 2006 at 08:03:47PM -0500, John Nowak wrote: > On Jan 23, 2006, at 6:21 PM, Juanval wrote:
> >I've just compiled it in an x86_64, and although there are some > >warnings regarding different variable sizes [1], and a couple of > >warnings regarding static linking [2], it compiles fine. > FWIW, I'm getting the same thing on PPC linux distributions. I assume this is > already known. That's strange. Certainly sizeof(*int) != sizeof(int) on 64-bit systems, but I wouldn't have expected it on PPC32... It's a fairly common hard-to-find bug in AMD64 stuff that shows up in Debian... I think it's the number one warning seen on the AMD64 build-daemons too. The static linking one's fine, as long as you're not building against a later gcc than you're deploying to. (Which is true of dynamic linking too). Due to NSSwitch, even static linking only gets a stub linked in for the NSS functions, and loades glibc6 for those functions at runtime. -- ----------------------------------------------------------- Paul "TBBle" Hampson, BSc, MCSE On-hiatus Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) [EMAIL PROTECTED] "No survivors? Then where do the stories come from I wonder?" -- Capt. Jack Sparrow, "Pirates of the Caribbean" License: http://creativecommons.org/licenses/by/2.1/au/ -----------------------------------------------------------
pgpsvesomGyxm.pgp
Description: PGP signature
_______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
