gcc-4.3.0 compilation problem

Christopher Brown snecklifter at gmail.com
Wed Feb 6 18:36:01 UTC 2008


On 06/02/2008, Tanguy Eric <eric.tanguy at univ-nantes.fr> wrote:
> I need help to solve these compilation problems :
> http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/header-dep/drgeo-1.1.0-11.fc8.log
> http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/header-dep/freehdl-0.0.4-4.fc8.log
>
> I'm just a packager not a programmer so i know only few things about
> programming.

A lot of these for drgeo:

/usr/include/gmp-x86_64.h:520: error: 'std::FILE' has not been declared

so you'll need to add:

using std::FILE;

Speaking of which, I thought static archives had to be in separate
files. gmp-devel contains:

/usr/lib/libgmp.a
/usr/lib/libgmpxx.a
/usr/lib/libmp.a

Am I wrong?

-- 
Christopher Brown

http://www.chruz.com




More information about the fedora-devel-list mailing list