New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
WorkingGroups/TAM/InstallationsMacInstosh/InstallMacGfortran (diff) – NEMO

Changes between Version 9 and Version 10 of WorkingGroups/TAM/InstallationsMacInstosh/InstallMacGfortran


Ignore:
Timestamp:
2009-09-18T13:52:37+02:00 (15 years ago)
Author:
chauvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TAM/InstallationsMacInstosh/InstallMacGfortran

    v9 v10  
    2828}}} 
    2929 
     30 
     31==== Compiling NETCDF-3.6.2 using gcc-4.3==== 
     32During NETCDF-3.6.2 make check process we have the following error message: 
     33 
     34{{{ 
     35libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -DDEBUG -I../libsrc -g -O2 -MT ncvalues.lo -MD -MP -MF 
     36.deps/ncvalues.Tpo -c ncvalues.cpp -o ncvalues.o 
     37ncvalues.cpp: In member function 'virtual char* NcValues_ncbyte::as_string(long int) const': 
     38... 
     39}}} 
     40 
     41A temporary solution (awaiting for new release) may be found 
     42here: 
     43http://www.cyrius.com/journal/gcc/gcc-4.3-include.html 
     44 
     45e.g: modify some cpp files by adding #include <cstring.h> 
     46 
    3047== Compiling NEMO == 
    3148Debugging option: -gdwarf-2 (and not -g).