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-4.1 compilation errors


Amarjit Sathi <A.Sathi@cs.bham.ac.uk> writes:

> 	configure is being run with the following options
> 
> ./configure --enable-bootstrap --with-mpfr=/packages/mpfr-2.2.0
> --with-gmp=/packages/gmp4.2.1/ --enable-languages=c,fortran
> --prefix=/packages/gcc-4.1.1

I recommend that you do the build in an empty directory.  E.g.,
    unpack gcc
    mkdir objdir
    cd objdir
    ../gcc-VVV/configure options

> make: Fatal error in reader: Makefile, line 51: Unexpected end of line seen

You must use GNU make.

http://gcc.gnu.org/install/prerequisites.html

Ian


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