Date: Wed, 9 Oct 1996 14:39:56 +0100 (MET) From: "Julian H. Stacey" <jhs@freebsd.org> To: current@freebsd.org Subject: ___main in /usr/lib/libgcc.a Message-ID: <199610091339.OAA14284@vector.jhs.no_domain>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610091339.OAA14284>