make[1]: Leaving directory `/mnt/lfs/sources/expect-5.43'
[r...@fedora1 expect-5.43]# make test
rm -f .tmp
echo "set objdir" `pwd` > .tmp
if [ "." = "." ] ; then \
echo "set srcdir" `pwd` >> .tmp ; \
else echo "set srcdir" . >> .tmp ; fi
echo "cd \${srcdir}/tests" >> .tmp
echo "source all.tcl" >> .tmp
rootme=`pwd`; export rootme; \
srcdir=. ; export srcdir ; \
if [ -f ./expect ] ; then \
TCL_LIBRARY=/tools/includelibrary ; \
export TCL_LIBRARY ; fi ; \
LD_LIBRARY_PATH=.:/tools/lib:/tools/lib:$LD_LIBRARY_PATH ./expect -f .tmp
/bin/sh: line 5: 28057 Segmentation fault (core dumped)
LD_LIBRARY_PATH=.:/tools/lib:/tools/lib:$LD_LIBRARY_PATH ./expect -f .tmp
make: *** [test] Error 139
I tried to compile export when this error showed up. I already tried to find
the solution on forums/google.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page