Yes. I'm using the native HP-UX assembler. I've downloaded the GNU Make version 3.80. However, I did not download a GNU assembler. Should I be using a GNU Assembler? Thanks, Tim Timothy Bell Senior Information Systems Consultant, Solutions Group Intergraph Corporation (NASDAQ:INGR) 170 Graphics Drive, Madison, AL 35758 P 1.256.730.1531 F 1.256.730.1350 timothy.bell@xxxxxxxxxxxxxx; www.intergraph.com -----Original Message----- From: Rupert Wood [mailto:me@xxxxxxxxx] Sent: Wednesday, July 20, 2005 8:08 AM To: Bell, Timothy; gcc-help@xxxxxxxxxxx Subject: RE: Problem Building 32-bit gcc native compiler Timothy Bell wrote: > I have plenty of space. The make bootstrap results in the same > "differs" errors. I'm trying to compile 3.3.3. Are you using the native HP-UX assembler? IIRC it embeds a timestamp in the object files it builds so you'll always see a mismatch. (I'd a feeling there was some script magic to work around this in more recent GCCs but maybe I'm mistaken?) The target specific notes page has more: http://gcc.gnu.org/install/specific.html#hppa-hp-hpux11 Finally, 'make bootstrap' fails in the final comparison of object modules due to the time stamps that it inserts into the modules. The bootstrap can be continued from this point with 'make all'. Rup.