tag 358310 +patch Thanks Martin Michlmayr wrote: [...]
mips-linux-gnu-g++: @LIBTOOL_EXPORT_OPTIONS@: No such file or directory make[3]: *** [chewing.la] Error 1
The attchment is a patch from Hou ZhengPeng <[EMAIL PROTECTED]> which solve this problem. -Andrew
diff -ruNad scim-chewing-0.2.1.orig/configure.ac scim-chewing-0.2.1/configure.ac --- scim-chewing-0.2.1.orig/configure.ac 2006-02-28 15:40:43.000000000 +0800 +++ scim-chewing-0.2.1/configure.ac 2006-02-28 15:42:52.000000000 +0800 @@ -76,6 +76,7 @@ # libtool option to control which symbols are exported # right now, symbols starting with _ are not exported LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"' +AC_SUBST(LIBTOOL_EXPORT_OPTIONS) # Extra args. AC_ARG_ENABLE(debug,