On Mon, Jun 08, 2009 at 06:20:49PM +0800, Tiew Ming Ching wrote: >Bernhard Reutner-Fischer wrote: >> On Mon, Jun 08, 2009 at 03:33:51PM +0800, Tiew Ming Ching wrote: >>> >>> I am trying to use 0.9.30.1 but only to discover that one >>> of my programs will break, it complains unresolved >>> symbol for 'isinf'. Sorry I have not been following this >>> list closedly, but is there a patch for this somewhere >>> I could download ? >> >> yes, it's fixed on the 0_9_30 branch. >> >> git diff 0_9_30_1 origin/0_9_30 > >Any chance that the c99-ldbl-math.patch >does not fix the problem ?
You may need to recompile your app. Note that isinf is a macro, so if you get errors about this _symbol_ not being found then there is something odd going on. Since you didn't paste the actual error nor the code that is provoking it, i can only guess. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
