From owner-freebsd-ports Sun Sep 13 12:50:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20540 for freebsd-ports-outgoing; Sun, 13 Sep 1998 12:50:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.cybcon.com (mail.cybcon.com [205.147.64.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20529; Sun, 13 Sep 1998 12:50:34 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from cybcon.com (william@support1.cybcon.com [205.147.76.99]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id MAA07439; Sun, 13 Sep 1998 12:50:18 -0700 (PDT) Message-ID: <35FC21EC.1E9CF945@cybcon.com> Date: Sun, 13 Sep 1998 12:50:04 -0700 From: William Woods X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: torstenb@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: ssh-1.2.26 - Compile probl Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get this when doing a make OBJFORMAT=aout with this port....please advise. ---------------------------------------------------------------- cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc rm -f ssh cc -pipe -Lrsaref2/source -L/usr/local/lib -o ssh ssh.o sshconnect.o log-client.o readconf.o hostfile.o readpass.o tildexpand.o clientloop.o ca sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment newchannels.o: Undefined symbol `___inet_addr' referenced from text segment newchannels.o: Undefined symbol `___inet_addr' referenced from text segment newchannels.o: Undefined symbol `___inet_addr' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------------------------------------------------------------------------------ This is a -curent elf system. --------------------- William Woods - wwoods@cybcon.com goto to: http//www.freebsd.org. --> FreeBSD 3.0 CURRENT ELF <-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message