On Thu, Dec 11, 2008 at 09:01:03PM +0400, John Frankish wrote: > libtool: link: link -dump -symbols .libs/garray.o > .libs/gasyncqueue.o .libs/gatomic.o .libs/gbacktrace.o > .libs/gbase64.o .libs/gbookmarkfile.o .libs/gcache.o > .libs/gchecksum.o .libs/gcompletion.o .libs/gconvert.o > .libs/gdataset.o .libs/gdate.o .libs/gdir.o .libs/gerror.o > .libs/gfileutils.o .libs/ghash.o .libs/ghook.o .libs/giochannel.o > .libs/gkeyfile.o .libs/glist.o .libs/gmain.o .libs/gmappedfile.o > .libs/gmarkup.o .libs/gmem.o .libs/gmessages.o .libs/gnode.o > .libs/goption.o .libs/gpattern.o .libs/gpoll.o .libs/gprimes.o > .libs/gqsort.o .libs/gqueue.o .libs/grel.o .libs/grand.o > .libs/gregex.o .libs/gscanner.o .libs/gsequence.o .libs/gshell.o > .libs/gslice.o .libs/gslist.o .libs/gstdio.o .libs/gstrfuncs.o > .libs/gstring.o .libs/gtestutils.o .libs/gthread.o > .libs/gthreadpool.o .libs/gtimer.o .libs/gtree.o .libs/guniprop.o > .libs/gutf8.o .libs/gunibreak.o .libs/gunicollate.o > .libs/gunidecomp.o .libs/gurifuncs.o .libs/gutils.o .libs/gprintf.o > .libs/giounix.o .libs/gspawn.o libcharset/.libs/libcharset.a > pcre/.libs/libpcre.a | | /bin/sed 's/.* //' | sort | uniq > > .libs/libglib-2.0.exp > ../libtool: eval: line 964: syntax error near unexpected token `|'
Something seems to be missing, hence the empty pipeline after the last of the static libs. My own build is not multilib, and I use the system pcre (built with --enable-utf8 --enable-unicode-properties) so my logs are not directly comparable. At what looks like the same place I seem to have another sed statement between the empty bars (probably garbled by the mail with extra line feed, because it's part of a horrendously long line) libcharset/.libs/libcharset.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libglib-2.0.exp But, I've no idea what that actually does, nor how it gets generated by 'configure'. :-( ĸen -- das eine Mal als Tragödie, das andere Mal als Farce _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
