http://bugs.openembedded.org/show_bug.cgi?id=1317
------- Comment #1 from [EMAIL PROTECTED] 2006-08-17 07:06 ------- I've been using bash with uclibc on sh4 without issues. Here's the end of my build: ccache sh4-linux-uclibc-gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh -L/data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/lib -Wl,-rpath-link,/data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/lib -Wl,-O1 -rdynamic -isystem/data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o nojobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline -lhistory -ltermcap -lglob -ltilde -lmalloc /data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/lib/libintl.so /data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/lib/libiconv.so /data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/lib/libc.so -Wl,-rpath -Wl,/data/oe/build/titan-uclibc/tmp/staging/sh4-linux-uclibc/lib -ldl The difference here is that I'm linking with an external libintl while it looks like your builds are trying to use an internal libintl implementation that is supplied with bash itself. I would guess this is because I have: PREFERRED_PROVIDER_virtual/libiconv = "libiconv" PREFERRED_PROVIDER_virtual/libintl = "libintl" The generic-uclibc.conf and openzaurus-unstable-uclibc.conf have this as well. So I assume if you build gettext (which provides virtual/libintl) and then try and build bash it should pick up that you have an external libintl and then work ok. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
