This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libfortran/15235] [gfortran] libgfortran doesn't build on Solaris 10/x86


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-05-14 17:29 -------
Subject: Re:  [gfortran] libgfortran doesn't build on Solaris 10/x86

Tobias dot Schlueter at physik dot uni-muenchen dot de writes:

> Hm, isn't offset offset_t actually preferable in that case? I'll prepare 
> my patch but we should think about this.

no way!  What libgfortran actually should do is detect if the target
platform has largefile support and use that if available.  But this isn't
an interface change, just define the appropriate macros.  There's actually
an autoconf macro for this: AC_SYS_LARGEFILE.  See its documentation for
details.

	Rainer


-- 


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


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