This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]