From mboxrd@z Thu Jan 1 00:00:00 1970 From: Blair Kelly III To: gcc-help@gcc.gnu.org Subject: Problem building 2.95.2 under OSF1 V5.0 Date: Fri, 16 Jun 2000 07:30:00 -0000 Message-id: <200006161430.KAA01338@limbo> X-SW-Source: 2000-06/msg00070.html I am trying to build gcc 2.95.2 on an ALPHA workstation running OSF1 V5.0. I have GNU make in my path and I am accessing the ALPHA native cc compiler. I am following the following 'recipe' 1. mkdir objdir-OSF1 2. cd objdir-OSF1 3. ../gcc-2.95.2/configure 4. make 5. make install I can successfully configure, but when I do the 'make', after some objects are compiled, I see : cc [stuff deleted] -o cc1 [lots of .o files deleted] -lmld ../libiberty/libiberty.a : ld: : Unresolved: : ASM_FILE_START : make[1]: *** [cc1] Error 1 When the operating system was at V4.0f, I was successfully able to build gcc 2.95.2. Any help would be gratefully appreciated. Blair Kelly