From owner-freebsd-questions Fri Apr 19 6:21:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from winnt1.nethosters.com (mgrcentral.com [64.247.223.140]) by hub.freebsd.org (Postfix) with ESMTP id C67ED37B419 for ; Fri, 19 Apr 2002 06:21:31 -0700 (PDT) Received: from jic ([66.21.183.132]) by winnt1.nethosters.com with Microsoft SMTPSVC(5.0.2195.2966); Fri, 19 Apr 2002 08:15:52 -0500 Message-ID: <000d01c1e7a5$193f8d60$84b71542@jic> From: "James R. Clark II" To: Subject: Compiling Error Date: Fri, 19 Apr 2002 09:21:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 19 Apr 2002 13:15:52.0341 (UTC) FILETIME=[549E7C50:01C1E7A4] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Guys, I have been having problems compiling on my system for a while now. I am not sure what I did to screw it up but it wont let me compile anything. I tried updating everything by making a new world and got the exact same error message I always get now: #cvsup -h cvsup3.freebsd.org -g -L 2 /usr/share/examples/cvsup/stable-supfile #cd /usr/src cc -O -pipe -Wall -I. - I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -static -o colldef parse.o scan.o -ll parse.o: In function `yyerror': parse.o(.text+0x114): undefined reference to `va_start' *** Error code 1 Stop in /home/src/usr.bin/colldef. *** Error code 1 I looked up this error and tried finding all of the information I can on it. The only thing I could find is "You'll find va_start and va_end come from stdarg.h, which is included via stdio.h" which I copied over to the /usr/src directory. These files located at: /usr/include/machine/stdarg.h /usr/include/stdarg.h /usr/include/stdio.h /usr/local/include/isc/stdio.h Please CC me at jic@n... when responding to this so I am sure to get it. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message