delorie.com/archives/browse.cgi | search |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |