[Gnubiff-bugs] gnubiff fails to compile with gcc 4.3
Brought to you by:
nicolasrougier,
sowadart
|
From: ChristenDoc <chr...@no...> - 2008-08-21 09:52:25
|
Hi, I ran into trouble compiling gnubiff version 2.2.10 on gentoo using gcc 4.3. Previous gcc versions would pull in the exit function from stdlib.h, but 4.3 won't do so automatically. I put up a patch for this on gentoo's bugzilla, but thought it couldn't hurt to contribute the patch upstream as well. The three source files affected are gnubiff.cc gui.cc signals.cc The attached patch solved it for me. Thanks, chr...@no... |