HEADSUP everyone: 32/64bit changes are commited

Corinna Vinschen vinschen@redhat.com
Mon Mar 10 16:21:00 GMT 2003


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@cygwin.com
Red Hat, Inc.



More information about the Cygwin-developers mailing list