------- Comment #3 from joseph at codesourcery dot com 2006-03-15 21:14 ------- Subject: Re: New: -mabi=ieeelongdouble / undefined reference to _q_add.
On Wed, 15 Mar 2006, pluto at agmk dot net wrote: > undefined reference to `_q_add' This function is an ABI-defined function libc should define, glibc has definitions of these functions (except it wrongly defines _q_uitoq instead of _q_utoq) but you'll need to get a glibc version with those definitions built in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26695