Date: Thu, 08 Apr 1999 14:48:33 -0500 (CDT) From: Pete Mckenna <pmckenna@uswest.net> To: freebsd-small@FreeBSD.org Subject: pico with ssh and sysinstall under 3.1 Message-ID: <XFMail.990408144833.pmckenna@uswest.net>
next in thread | raw e-mail | index | archive | help
I get lots of these when trying to use ssh and / or sysinstall with the pico dial build. Is it crunching out needed code in an attempt to shrink things ? What can I do ? This is from stable source cvsupped today. sysinstall.lo: In function `userAddUser': sysinstall.lo(.text+0x13d49): undefined reference to `dialog_clear_norefresh' sysinstall.lo(.text+0x13d50): undefined reference to `use_helpfile' sysinstall.lo: In function `slice_wizard': sysinstall.lo(.text+0x14348): undefined reference to `Debug_Disk' sysinstall.lo(.text+0x1434e): undefined reference to `CheckRules' sysinstall.lo(.text+0x1448f): undefined reference to `Delete_Chunk' sysinstall.lo(.text+0x144df): undefined reference to `All_FreeBSD' sysinstall.lo(.text+0x14540): undefined reference to `Set_Bios_Geom' sysinstall.lo(.text+0x14564): undefined reference to `Disk_Names' sysinstall.lo(.text+0x1462a): undefined reference to `Create_Chunk' sysinstall.lo(.text+0x1466f): undefined reference to `Open_Disk' sysinstall.lo(.text+0x1467e): undefined reference to `Free_Disk' sysinstall.lo(.text+0x146de): undefined reference to `Write_Disk' sysinstall.lo(.text+0x146f7): undefined reference to `Free_Disk' sysinstall.lo(.text+0x146fe): undefined reference to `Open_Disk' sysinstall.lo(.text+0x147c6): undefined reference to `chunk_n' sysinstall.lo(.text+0x147e3): undefined reference to `chunk_n' sysinstall.lo(.text+0x147f9): undefined reference to `chunk_n' cc -O -pipe -DCRUNCHED_BINARY -c crunch1.c cc -static -o crunch1 crunch1.o init.lo getty.lo ssh.lo ppp.lo ftp.lo telnet.lo ee.lo gzip.lo more.lo ash.lo test.lo kget.lo echo.lo pwd.lo msg.lo stty.lo hostname.lo cat.lo kill.lo sps.lo vm.lo ns.lo chmod.lo chown.lo help.lo cp.lo df.lo fsck.lo ping.lo mv.lo ln.lo traceroute.lo ifconfig.lo kbdcontrol.lo moused.lo ls.lo mkdir.lo mount.lo mount_msdos.lo mount_cd9660.lo mount_ext2fs.lo rm.lo route.lo sysctl.lo umount.lo vidcontrol.lo -ll -ledit -lutil -lmd -lcrypt -lftpio -lgnuregex -lmp -lgmp -lm -lncurses -lmytinfo -lipx -lz -ltermcap -ltelnet -lalias ssh.lo: In function `rsa_public_encrypt': ssh.lo(.text+0xf41e): undefined reference to `R_RandomInit' ssh.lo(.text+0xf457): undefined reference to `R_RandomUpdate' ssh.lo(.text+0xf477): undefined reference to `RSAPublicEncrypt' ssh.lo(.text+0xf497): undefined reference to `R_RandomFinal' ssh.lo: In function `rsa_private_decrypt': ssh.lo(.text+0xf522): undefined reference to `RSAPrivateDecrypt' ---------------------------------- E-Mail: Pete Mckenna <pmckenna@uswest.net> Date: 08-Apr-99 Time: 14:28:16 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990408144833.pmckenna>