[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Vector and matrix views
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] Vector and matrix views |
Date: |
Thu, 8 Dec 2005 21:03:19 +0000 |
Dimitris Papavasiliou writes:
> I've included the -ansi switch to gcc to make sure it won't
> work just because of some GNU extension.
You need -ansi -pedantic there, otherwise the GNU extensions aren't
completely disabled -- non-constant initialisers aren't part of C89.
See http://www.network-theory.co.uk/docs/gccintro/gccintro_27.html
and http://www.network-theory.co.uk/docs/gccintro/gccintro_28.html
for details.
--
Brian Gough
Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/