Date: Fri, 23 Jun 2000 10:57:02 -0400 From: Sam Xie <sam@samxie.cl.msu.edu> To: freebsd-questions@freebsd.org Subject: port Expect install error Message-ID: <20000623105702.A6977@samxie.cl.msu.edu>
next in thread | raw e-mail | index | archive | help
Hello! There,
I got error message when I tried to install the port expect on my FreeBSD 5.0-Current.
The last part of installation output shows as following.
"......
cc -O -pipe -o expect exp_main_exp.o libexpect531.a -L/usr/local/lib -ltcl82 -lm -lutil
/usr/local/lib/libtcl82.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
libexpect531.a(pty_termios.o): In function `exp_getptymaster':
pty_termios.o(.text+0x170): undefined reference to `openpty'
*** Error code 1
Stop in /usr/ports/lang/expect/work/expect-5.31.
*** Error code 1
......"
The major error is that "pty_termios.o(.text+0x170): undefined reference to `openpty'" from the
binary file libexpect531.a. Please help me to fix this problem!
Many Thanks!
Sam
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000623105702.A6977>
