From owner-freebsd-current Wed Oct 9 10:33:01 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12373 for current-outgoing; Wed, 9 Oct 1996 10:33:01 -0700 (PDT) Received: from vector.jhs.no_domain (slip139-92-42-160.ut.nl.ibm.net [139.92.42.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA12362 for ; Wed, 9 Oct 1996 10:32:52 -0700 (PDT) Received: (from jhs@localhost) by vector.jhs.no_domain (8.7.5/8.6.9) id OAA14284; Wed, 9 Oct 1996 14:39:56 +0100 (MET) Date: Wed, 9 Oct 1996 14:39:56 +0100 (MET) Message-Id: <199610091339.OAA14284@vector.jhs.no_domain> To: current@freebsd.org Subject: ___main in /usr/lib/libgcc.a From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" Organization: Vector Systems Ltd. Mailer: EXMH 1.6.7, PGP available X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Phone: +49.89.268616 X-Fax: +49.89.2608126 X-Web: http://www.freebsd.org/~jhs/ Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Upgrading a system from a ~3 week old current to real current, I've experienced a shrinkage of /usr/lib/libgcc.a from 15K to 6K & ___main is now missing, so nothing compiled (till I copied an old libgcc.a). Trying to rebuild libgcc.a on very current: pwd /usr/src/gnu/usr.bin/cc/libgcc make /usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc/cc -B/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc1/ -B/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cpp/ -c -O2 -m486 -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cc_tools -DL_muldi3 -o _muldi3.o /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc2.c /usr/src/gnu/usr.bin/cc/libgcc/../../../../contrib/gcc/libgcc2.c:82: unknown machine mode `word_type' cc: file path prefix `/usr/obj/usr/src/gnu/usr.bin/cc/libgcc/../cpp/' never used Is compiler work still in progress ? should I wait a few days to allow for changes pending ? or investigate how to force my libgcc.a to make in 15K full mode ? Julian --- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/