From owner-freebsd-small Fri Aug 25 4:44:42 2000 Delivered-To: freebsd-small@freebsd.org Received: from lozen.uit.no (lozen.Uit.No [129.242.5.254]) by hub.freebsd.org (Postfix) with ESMTP id A18E437B422 for ; Fri, 25 Aug 2000 04:44:39 -0700 (PDT) Received: from joseph.cc.uit.no (joseph.Cc.Uit.No [129.242.6.242]) by lozen.uit.no (8.10.1/8.10.1) with ESMTP id e7PBiXl22389 for ; Fri, 25 Aug 2000 13:44:33 +0200 (METDST) Received: from archer.cc.uit.no (archer.Cc.Uit.No [129.242.6.119]) by joseph.cc.uit.no (8.10.1/8.10.1) with ESMTP id e7PBiWj12143; Fri, 25 Aug 2000 13:44:32 +0200 (METDST) Received: from archer.cc.uit.no (johan@localhost) by archer.cc.uit.no (8.9.3/8.9.3) with ESMTP id NAA17986; Fri, 25 Aug 2000 13:44:31 +0200 Message-Id: <200008251144.NAA17986@archer.cc.uit.no> X-Mailer: exmh version 2.1.2 06/08/2000 To: freebsd-small@FreeBSD.ORG Cc: johan.johansen@cc.uit.no Subject: picobsd is great Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Aug 2000 13:44:31 +0200 From: Johan Johansen Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG picobsd on my FreeBSD 3.3-RELEASE system works just great. I managed to set up a router on a 486 machine, routing trafikk between my ethernet and a radio-net using pcmcia card from WaveLAN inserted into their ISA-card. Adding pcic-stuff into the kernel and adding programs pccardc/pccardd/wicontrol to the floppy was no problem. Trying the same on FreeBSD 3.4-RELEASE gave me som trouble, though. It looks like ppp stopped the build process, see errors below. I can "fix" this by removing ppp from crunch.conf, but I really would like to have ppp. So, anyone know a solution to my problem, or is this solved in later releases of FreeBSD? == Johan Johansen University of Tromso cc -static -o crunch1 crunch1.o sh.lo test.lo echo.lo hostname.lo ln.lo login.lo getty.lo stty.lo inetd.lo telnetd.lo w.lo msg.lo kget.lo reboot.lo init.lo ifconfig.lo df.lo sps.lo ns.lo vm.lo cat.lo cp.lo rm.lo mknod.lo chmod.lo chown.lo mkdir.lo ls.lo syslogd.lo sysctl.lo route.lo pwd_mkdb.lo dev_mkdb.lo mount.lo mount_msdos.lo umount.lo kill.lo mount_std.lo natd.lo pwd.lo ppp.lo telnet.lo more.lo passwd.lo date.lo mount_cd9660.lo mount_nfs.lo ping.lo traceroute.lo routed.lo ipfw.lo -lncurses -lmytinfo -lipx -lz -lpcap -lalias -lwrap -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm -lgnuregex -ltelnet -lradius ppp.lo: In function `ID0NgMkSockNode': ppp.lo(.text+0x12448): undefined reference to `NgMkSockNode' ppp.lo: In function `ether_Write': ppp.lo(.text+0x27010): undefined reference to `NgSendData' ppp.lo: In function `ether_Read': ppp.lo(.text+0x27042): undefined reference to `NgRecvData' ppp.lo: In function `ether_MessageIn': ppp.lo(.text+0x27267): undefined reference to `NgRecvMsg' ppp.lo: In function `ether_Create': ppp.lo(.text+0x277e2): undefined reference to `NgSendMsg' ppp.lo(.text+0x27824): undefined reference to `NgRecvMsg' ppp.lo(.text+0x27a3e): undefined reference to `NgSendMsg' ppp.lo(.text+0x27b37): undefined reference to `NgSendMsg' ppp.lo(.text+0x27be1): undefined reference to `NgSendMsg' *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message