[EMAIL PROTECTED] writes: > > I'm trying to build CVS on an RS/6000 running AIX 4.3.2 (which is on the > Tested platform list). I downloaded the source from a mirror site > (ftp://aeneas.mit.edu/pub/gnu/cvs/). The make fails, as follows. (Download > of the most current version from cvshome fails with the same output.)
Most likely your gcc isn't installed correctly or isn't compatible with your system. Try using the system C compiler instead. (You'll have to run "make distclean" and rerun configure with CC set to the correct compiler.) -Larry Jones I like maxims that don't encourage behavior modification. -- Calvin _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
