Hi,
I'm an upstream maintainer of the project (code.google.com/p/mozc). We're aware 
of the issue and now trying to fix the upstream code. For now, could you try 
the attached patch?

patch description:
g++ 4.6 on Oneiric seems to be more strict than others. For example, if we use 
'g++ -lXXX -o binary_name *.o', g++ sometimes fails to link due to undefined 
references even when libXXX is a shared library. On this environment, it seems 
that we always have to pass the command line parameters in this order: 'g++ -o 
binary_name *.o -lXXX'.

The patch fixes the order.


** Patch added: "ubuntu-11.10-gyp.patch"
   
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/811892/+attachment/2217549/+files/ubuntu-11.10-gyp.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/811892

Title:
  Sync mozc 1.1.758.102-1 (multiverse) from Debian unstable (non-free)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/811892/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to