On Wed, 26 Jan 2005 04:17:09 -0500, Jakub Jelinek <jakub@xxxxxxxxxx> wrote: > On Tue, Jan 25, 2005 at 09:31:49PM -0800, Richard Hubbell wrote: > > I installed a plain vanilla FC3, it only has xdm and xfce, no gnome or kde. > > I was unable to run neither mozilla (dies in PR_dtoa) nor firefox > > (dies in JS_dtostr). > > > > Digging and digging I found out that gcc seems to be the problem, maybe. > > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17560 > > Are you building your code with gcc4 or g++4? > If not, PR17560 certainly is not related to your problems. Not,not building with gcc4, sorry missed that, I only saw that the target fix was gcc4. It is interesting to note though that when I did a search for prdtoa.c I found a note in some fedora release about porting a change from RH3.0 http://www.redhat.com/archives/fedora-devel-list/2003-October/msg00148.html So it seems possible that the workaround got in at some point and maybe it never was ported forward. Any ideas? Anyone? thanks, Richard > > Jakub >