From owner-freebsd-questions Fri May 31 00:18:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA24187 for questions-outgoing; Fri, 31 May 1996 00:18:47 -0700 (PDT) Received: from ax433.mclink.it (ax433.mclink.it [192.106.166.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA24182 for ; Fri, 31 May 1996 00:18:42 -0700 (PDT) To: questions@freebsd.org Subject: Symorder: Illegal Option -- C Date: Fri, 31 May 96 9:18:35 CEST From: Marco Masotti Message-ID: <9605310918.aa17433@ax433.mclink.it> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've patched stable with delta src-2.1.0111 on a couple of machines. On both of them (hardware is different) after about 8 hours of compiling, I've got the following, preceded by a lot of warnings in the same fashion: . . . . /usr/src-freebsd/lkm/cd9660/../../sys/isofs/cd9660/cd9660_vnops.c:1067: warning: function declaration isn't a prototype /usr/src-freebsd/lkm/cd9660/../../sys/isofs/cd9660/cd9660_vnops.c:1110: warning: function declaration isn't a prototype ld -r -o tmp.o cd9660_bmap.o cd9660_lookup.o cd9660_node.o cd9660_rrip.o cd9660_util.o cd9660_vfsops.o cd9660_vnops.o symorder -c symb.tmp tmp.o symorder: illegal option -- c usage: symorder [-m] [-t] [-x excludelist] symlist file *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 The delta has been available yesterday on the ftp server. Thanks , rgds Marco M.