------- Comment #2 from bangerth at dealii dot org  2007-03-16 18:18 -------
(In reply to comment #1)
> You forgot to declare it, you only defined it.

In fact the other way around: you declared (and initialized) the variable
but you forgot to give a definition (which asks the compiler to actually
allocate space for it).

W.


-- 

bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31226

Reply via email to