Here is the info you need:

Mac OSX 10.6.4

from the config.log:

configure:2293: checking for gcc
configure:2309: found /usr/bin/gcc
configure:2320: result: gcc
configure:2552: checking for C compiler version
configure:2560: gcc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.

from the common/Make.global_options:

D                    = /Users/andrewmcbride/lib/deal_svn/deal.II
CXX                  = /usr/bin/g++ 
GXX-VERSION          = gcc4.2
GXX-VERSION-DETAILED = gcc4.2.1
CC                   = /usr/bin/gcc 
CC-VERSION           = gcc4.2
SHLIBLD              = /usr/bin/g++ 
SHLIBFLAGS           = -dynamiclib
AR                   = /usr/bin/ar
RANLIB               = /usr/bin/ranlib
LDFLAGS              = -L/Users/andrewmcbride/lib/deal_svn/deal.II/lib   -m64 
-ldl -mmacosx-version-min=10.4 -framework Accelerate
F77                  = /usr/local/bin/gfortran
F77-VERSION          = gcc4.5
F77LIBS              =  -lgfortran
LIBS                 = -llapack -lz 
LIBDIR               = $D/lib
PERL                 = /opt/local/bin/perl

regards
Andrew

On 28 Jun 2010, at 11:39 PM, Wolfgang Bangerth wrote:

> 
> Andrew,
> 
>> compiles fine with version 21394 on the mac now (snow leopard) but still
>> warnings as contained in the previous mail.
> 
> I have a theory what these messages might mean but I'm not sure and I can't 
> seem to track down where the uninitialized variable is coming from. What 
> compiler are you using and what are your CXXFLAGS.o in 
> common/Make.global_options?
> 
> Thanks
> W.
> 
> 
> -- 
> -------------------------------------------------------------------------
> Wolfgang Bangerth                email:            [email protected]
>                                 www: http://www.math.tamu.edu/~bangerth/
> 

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to