Ian Johnson wrote: []
PATH=.:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin ./guile-doc-snarf alist.c -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -no-cpp-precomp -g -O2 -Wall -Wmissing-prototypes alist.c > alist.x \
|| { rm alist.x; false; }
./guile-doc-snarf: line 26: 11699 Segmentation fault ${AWK} -f guile-func-name-check "$fullfilename"
./guile-doc-snarf: line 32: 11704 Broken pipe cat ${temp}
11705 | sed 's/ ^\(.\{128\}.\{128\}.\{128\}.\{128\}.\{128\}.\{128\}.\{128\}.\{128\}\).*/ \1/g'
11706 Segmentation fault | ${AWK} -f `dirname $0`/guile-snarf.awk `basename ${dot_doc}`
This looks like the binary that is used as "AWK" is broken. Which one this is (/usr/bin/awk, /sw/bin/awk, /sw/bin/gawk, or something in /usr/local/bin) can probably be seen from the first part of the guile build log in the configure phase.
What you can try is to remove the Fink "gawk" package if it is installed and see if this makes a difference. Or remove anything else than /usr/bin/awk that shows up under "where awk gawk".
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
