delorie.com/archives/browse.cgi | search |
Xref: | news-dnh.mv.net comp.os.msdos.djgpp:2963 |
Path: | news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!news.sesqui.net!rice!news!sandmann |
From: | Charles Sandmann <sandmann AT clio DOT rice DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: V2-beta3 problems |
Date: | Tue, 31 Oct 1995 08:22:09 CST |
Organization: | Rice University, Houston, Texas |
Lines: | 31 |
References: | <DHAoF8 DOT 2JI AT jade DOT mv DOT net> |
Reply-To: | sandmann AT clio DOT rice DOT edu |
Nntp-Posting-Host: | clio.rice.edu |
To: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Dj-Gateway: | from newsgroup comp.os.msdos.djgpp |
> 1). _stdlib_h_ was not defined Doesn't need to be. Don't depend on it. > 2). HZ was not defined in times.h (or anywhere else) (defined it to 100) Don't know what this is - it's not on any of my unix boxes either, so don't depend on it. > 3). SIGBUS was not defined in signals.h I don't know if this is required to be defined - if so we can add it, but you won't ever see it > 4). caddr_t was not defined in types.h We don't support core files (yet), but this probably ought to be added someplace. > 5). _cleanup() was missing from libc.a A non-standard internal function and doesn't exist anymore. > 6). brk() was missing from libc.a Sort of. It's there, in crt0 (as __brk) and the stub to link these is missing (see libc/stubs.h). Make a similar define. A bug to be fixed. > I was able to get brk.o from an old djgpp libc.a. Don't do this, this functionality has completely changed. Won't work.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |