Reputation: 2937
I'm trying to build ICU on Solaris Sparc 64 and it's giving me this error when calling make:
* No rule to make target
uconvmsg/libuconvmsg.a(uconvmsg/uconvmsg_dat.ao', needed by
uconvmsg/libuconvmsg.a'. Stop
There seems to be a bug with make 3.8.2 that causes this: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/031740.html
But I tried GNU make 3.74 and still getting the same error. Did anyone have the same problem before?
Upvotes: 0
Views: 372
Reputation: 4350
workaround- if you don't need uconv you can configure ICU with --disable-extras
(and file a bug)
Upvotes: 1