Date: Mon, 10 Jun 1996 08:06:15 +0200 (IST) From: Eli Zaretskii To: Shawn Hargreaves Cc: djgpp AT delorie DOT com, Charles Sandmann Subject: Re: Allegro Compatibility In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 7 Jun 1996, Shawn Hargreaves wrote: > BTW. does anyone know how I could make my definition overridable from > user programs? If I define _crt0_startup_flags in liballeg.a and in a > program itself, I get a linker conflict: is there any way to prevent that? You can change the setting of the bit that controls `sbrk' behavior at runtime. I think Charles Sandmann once told me that you can safely switch from the unixy behavior to the default one any time, but you cannot go back (am I right, Charles?). If this is true, then you could set it to unixy by default and then change at runtime if needed.