This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Object file for Module is too large
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Cc: burnus at net-b dot de, alisonboeckmann at fastmail dot fm
- Date: Wed, 20 May 2009 13:36:54 +0200
- Subject: Re: Object file for Module is too large
Fom http://www.g95.org/index.shtml:
May 20
Alison Boeckmann pointed out a problem with large object files under OSX that has been fixed.
Before I got:
[karma] f90/bug% bg95 -c too_large.f90
[karma] f90/bug% ll too_large.o
-rw-r--r-- 1 dominiq staff 40000484 May 20 10:48 too_large.o
after:
[karma] f90/bug% bg95 -c too_large.f90
[karma] f90/bug% ll too_large.o
-rw-r--r-- 1 dominiq staff 488 May 20 10:49 too_large.o
So a work-around the problem exists!
Cheers
Dominique