From: SourceForge.net <no...@so...> - 2010-07-07 18:31:06
|
Tracker item #3026491, was opened at 2010-07-07 20:31 Message generated for change (Tracker Item Submitted) made by ncopa You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3026491&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libraries Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Natanael Copa (ncopa) Assigned to: Nobody/Anonymous (nobody) Summary: build on uclibc fails due to missing ecvt() Initial Comment: When building on linux/uclibc (and after some minor patching) i finally got stuck with this message: cc1: warnings being treated as errors bsd_output_shared.c: In function 'dtoa': bsd_output_shared.c:111: error: implicit declaration of function 'ecvt' The problem seems to be that uclibc does not provide the ecvt(3) function which the lib/string seens to depend on for the dtoa() implementation. Would be nice if configure script could check for ecvt() and provide one if the system does not. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3026491&group_id=204462 |