Make them give you a gcc. You can get an older-version gcc binaries for DU4.0 at ftp://ftp.thewrittenword.com/packages/free/by-name, which should let you then compile gcc 3.03 (is that still the latest?), then, you can properly handle all the goodies that are out here. I'd make you a tarball, but i don't have DU/Compaq/Tru64. Beside, you're better off with a home-compiled version.
Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/24/2002 03:10 AM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: RE: rsync hanging (Sun -> AIX) Classification: I've managed to get rsync to work as a daemon rather than via remsh (many thanks to Martin Pool for suggesting this!). The remsh problems still exists though. Sorry but I got a (possibly) vital piece of information wrong in my last mail, it turns out that the box is actually a Tru64 UNIX box instead of AIX as I stated. Someone told me it was an AIX box when I arrived and I didn't check. A further (more minor problem) is that Martin suggested that I move up to the latest version of rsync but when I compile it on the machine I get the errors below. Unfortunately the machine doesn't have gcc on it (which I know compiles it successfully) so I'm having to use the native cc. It's been a while since I've done much C so I'm not sure what's going on here: cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not decl ared. (undeclared) if (ecode < 0 || ecode > EAI_MAX) ---------------------------------^ cc: Error: lib/getaddrinfo.c, line 262: In this statement, "EAI_BADHINTS" is not declared. (undeclared) ERR(EAI_BADHINTS); /* xxx */ ------------------------^ cc: Error: lib/getaddrinfo.c, line 263: In this statement, "AI_MASK" is not decl ared. (undeclared) if (hints->ai_flags & ~AI_MASK) ---------------------------------------^ cc: Error: lib/getaddrinfo.c, line 297: In this statement, "EAI_BADHINTS" is not declared. (undeclared) ERR(EAI_BADHINTS); /*xxx*/ --------------------------------^ cc: Error: lib/getaddrinfo.c, line 303: In this statement, "EAI_BADHINTS" is not declared. (undeclared) ERR(EAI_BADHINTS); /*xxx*/ --------------------------------^ cc: Error: lib/getaddrinfo.c, line 353: In this statement, "EAI_PROTOCOL" is not declared. (undeclared) ERR(EAI_PROTOCOL); /*xxx*/ ----------------------------------------^ *** Exit 1 Stop. Cheers, Neil -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html