From owner-freebsd-ports@FreeBSD.ORG Sat Aug 9 12:31:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A51C37B401 for ; Sat, 9 Aug 2003 12:31:03 -0700 (PDT) Received: from iguana.simplexity.net (adsl-216-103-84-145.dsl.snfc21.pacbell.net [216.103.84.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABFB43FAF for ; Sat, 9 Aug 2003 12:31:01 -0700 (PDT) (envelope-from ocrow@simplexity.net) Received: from localhost (kk7qk0vmr5yt6zpy@localhost [127.0.0.1]) h79JV0fn000337; Sat, 9 Aug 2003 12:31:00 -0700 (PDT) (envelope-from ocrow@simplexity.net) Date: Sat, 9 Aug 2003 12:31:00 -0700 (PDT) From: Oliver Crow To: freebsd-ports@freebsd.org Message-ID: <20030809122231.D271-100000@iguana.simplexity.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: jerry@thehutt.org Subject: problems compiling expect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 19:31:03 -0000 I'm having problems building the lang/expect port. I'm running 4.8-RELEASE-p1. The PORTVERSION is 5.38.0. I cvsup'd ports today. I do a 'make distclean' and a 'make -DWITHOUT_X11', and get this error: 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 /opt/ports/lang/expect/work/expect-5.38. *** Error code 1 Oliver