Re: 2.2.0 and egcs 1.1 was Re: Sorry, wrong gcc-version

Lawrence MacIntyre (lpz@ornl.gov)
Mon, 26 Oct 1998 11:40:52 -0500


What about Linux-Alpha? gcc-2.7.2.3 won't configure on my machine. I
get:

This appears to be a linux-alpha-unknown system.
Configuration linux-alpha-unknown not supported.

I was hoping that the compiler thing might explain my problem with a
Packet Engines GNIC-II interface. I compiled the driver as a module,
and when I ifconfig the interface, the machine resets. Right now, I'm
using egcs-1.1b.

Pete Chown wrote:
>
> Linus Torvalds wrote:
>
> > In short, if you want to play safe stay with 2.7.2.3 for kernel
> > compilation.
>
> If this is necessary, could I suggest including a test in the Makefile
> which refuses to build on other gcc versions? Otherwise, there are
> going to be an awful lot of confused people out there. The following
> will do it (just to save you a bit of time if you want to do this):
>
> if [ `gcc -v 2>&1 | grep version | cut -c13-` != '2.7.2.3' ]; then
> ...
> fi
>
> Ideally I think the kernel should build with the most recent compiler
> versions. Otherwise users will have to install two compilers at the
> same time. (If you are working with C++ you have to use egcs or you
> lose badly.)
>
> If this is not possible (and I do understand your reasons for not
> wanting to change) perhaps the makefiles should include support for
> compilers which are not called "gcc". Then users could install egcs (or
> whatever) as gcc, and gcc2.7.2.3 as gcc2723 or gccold.
>
> -----------------------------------------------------------------------
> Pete Chown, email pc@skygate.co.uk, phone +44 (0) 181 680 8393,
> fax +44 (0) 181 680 8474, mobile +44 (0) 468 765 645,
> post 58 Foss Avenue, Croydon, CR0 4EU, England
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/

-- 

Lawrence ~ ------------------------------------------------------------------------ Lawrence MacIntyre Oak Ridge National Laboratory 423.574.8696 lpz@ornl.gov http://www.epm.ornl.gov/~lpz lpz@nautique.cind.ornl.gov

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/