This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc/gfortran build question


 Hi,

 here is the output of a gcc -v

zeta:/home/seger# /usr/lib/gcc-snapshot/bin/gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --disable-werror --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-java-gc=boehm --enable-java-awt=gtk --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.0 20050319 (prerelease)
zeta:/home/seger# 

 The interesting part is if you have --enable-languages= .... ,f95, ... in the
 compiler you built, otherwise add this to configure.

 This should do it, if it doesn't it's a bug.

 / regards, Lars Segerlund.


On Wed, 27 Apr 2005 15:54:32 -0700 (PDT)
Brandon Hill <brandonghill@yahoo.com> wrote:

> Hi all,
>    I'm trying to build the full gcc distribution.  I
> followed the directions and everything went smoothly. 
> My problems is that it seems that none of the gfortran
> binaries were compiled.  Looking in the libgfortran
> directory, the README file says that the
> gcc-config.patch file needs to be applied to the
> top-level GCC source directory, but there is no such
> file in the source directories (I looked in both the
> tarball versions and the CVS snapshot).  What do I
> need to to do to get gfortran to compile?
> 
> Thank you,
> Brandon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]