This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin 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: HEADSUP everyone: 32/64bit changes are commited


On Mon, Mar 10, 2003 at 11:05:14AM -0500, Pierre A. Humblet wrote:
> Corinna Vinschen wrote:
> > 
> > I've now rebuild from scratch multiple times and IWFM.  Details?
> > 
> Everything is fine until actually building the dll, where it complains 
> about fopen64. 
> Indeed nm doesn't show fopen64 in libc.a.  Did you build on Windows? 

Yes.  Are you actually using the latest from CVS (plus my patches from today)?

Please check that newlib/configure.host contains 

  case "${host}" in
    *-*-cygwin*)
	  [...]
	  stdio64_dir=stdio64
	  ;;

and newlib/libc/include/sys/config.h contains

  #if defined(__CYGWIN32__) || defined(__CYGWIN__)
  [...]
  #define __LARGE64_FILES 1
  #define __CYGWIN_USE_BIG_TYPES__ 1

and *especially* check that the directory newlib/libc/stdio64 exists.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin at cygwin dot com
Red Hat, Inc.


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