Compiling GCC/GFortran

Daniel Carrera dcarrera@gmail.com
Fri Oct 21 14:15:00 GMT 2011


On 10/21/2011 04:02 PM, Tim Prince wrote:
>> Any ideas? How can a machine have a problem in stdio.h? !!! I've never
>> seen that before.
>>
> Maybe 32-bit gcc development dependencies aren't pre-installed. You're
> trying to build 32-bit libbid, which isn't necessary, particularly if
> you intended to build only 64-bit gfortran.

I tried to follow the instructions and install dependencies. I have 
installed GMC, MPRF, MPC and PPL. I have never heard of libbid. How do I 
tell GCC not to compile it? I checked with "configure --help" and could 
not find libbid mentioned anywhere.

I just ran ./configure with --without-bid and the script didn't 
complain. Is it safe to assume that this means it won't compile libbid? 
This is how I currently run configure:

cd build_dir
../gcc-4.6.1/configure --prefix=$HOME/local\
                        --with-gmp=$HOME/local\
                        --with-mpfr=$HOME/local\
                        --with-mpc=$HOME/local\
                        --with-ppl-lib=$HOME/local/lib\
                        --with-ppl-include=$HOME/local/include\
                        --without-bid\
                        --enable-languages=c,fortran

I'm compiling right now, in the hopes that "--without-bid" was the right 
thing to do.

Cheers,
Daniel.
-- 
I'm not overweight, I'm undertall.



More information about the Fortran mailing list