From owner-freebsd-questions@FreeBSD.ORG Sun Nov 2 10:01:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC6216A4CE for ; Sun, 2 Nov 2003 10:01:20 -0800 (PST) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01-qfe0.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id E179443FDF for ; Sun, 2 Nov 2003 10:01:18 -0800 (PST) (envelope-from pogrose@twcny.rr.com) Received: from dotcom.paradigm.design (rrcs-nys-24-24-30-220.biz.rr.com [24.24.30.220])hA2I1GOa024737 for ; Sun, 2 Nov 2003 13:01:16 -0500 (EST) Date: Sun, 2 Nov 2003 13:01:17 -0500 From: Eric Pogroski To: freebsd-questions@freebsd.org Message-Id: <20031102130117.0abf8900.pogrose@twcny.rr.com> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ports/lang/expect compile errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 18:01:20 -0000 Hi All! I get this error when attempting to compile lang/expect from a fresh cvsup of ports: maroon# make WITHOUT_X11=yes ===> Building for expect-5.38.0_1 rm -f libexpect538.so.1 ld -shared -x -o libexpect538.so.1 shared/exp_command.o shared/expect.o shared/pty_termios.o shared/exp_inter.o shared/exp_regexp.o shared/exp_tty.o shared/exp_log.o shared/exp_main_sub.o shared/exp_pty.o shared/exp_trap.o shared/exp_console.o shared/exp_strf.o shared/exp_glob.o shared/exp_win.o shared/exp_clib.o shared/exp_closetcl.o shared/exp_memmove.o shared/exp_tty_comm.o shared/exp_select.o shared/exp_event.o shared/exp_chan.o shared/Dbg.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -ltcl83 -lm -lc/usr/libexec/elf/ld: unrecognized option '-Wl,-rpath,/usr/local/lib'/usr/libexec/elf/ld: use the --help option for usage information*** Error code 1 Stop in /usr/ports/lang/expect/work/expect-5.38. *** Error code 1 Stop in /usr/ports/lang/expect. I'm no real coder, so I can't even begin to figure out where this is going wrong. Can anyone help? Thanks!