Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2003 13:01:17 -0500
From:      Eric Pogroski <pogrose@twcny.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   ports/lang/expect compile errors
Message-ID:  <20031102130117.0abf8900.pogrose@twcny.rr.com>

next in thread | raw e-mail | index | archive | help
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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031102130117.0abf8900.pogrose>