Subject: problem with make build for Aug 22, 1999 source
To: None <current-users@netbsd.org>
From: Chan Yiu Wah <c5666305@hkstar.com>
List: current-users
Date: 08/23/1999 10:46:31
Hello,
I have problem when make build with source upto aug 22, 1999. The error is
as followings. My system is netbsd-current (i386). Any idea ?
Clarence
======= Error =======
all ===> cat
cc -static -o cat cat.o
cat.o: In function `main':
cat.o(.text+0x28a): undefined reference to `err'
cat.o: In function `cook_args':
cat.o(.text+0x2ef): undefined reference to `warn'
cat.o: In function `cook_buf':
cat.o(.text+0x6d8): undefined reference to `warn'
cat.o(.text+0x6fe): undefined reference to `err'
cat.o: In function `raw_args':
cat.o(.text+0x75a): undefined reference to `warn'
cat.o: In function `raw_cat':
cat.o(.text+0x84f): undefined reference to `err'
cat.o(.text+0x888): undefined reference to `warn'
collect2: ld returned 1 exit status
*** Error code 1
Stop.
*** Error code 1
Stop.
======= Error =======