This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: SunOS4 is missing memmove
- To: Alexandre Oliva <oliva@dcc.unicamp.br>
- Subject: Re: SunOS4 is missing memmove
- From: Tom Tromey <tromey@cygnus.com>
- Date: Tue, 20 Jul 1999 11:12:56 -0700
- Cc: java-discuss@sourceware.cygnus.com
- References: <oremi32ovj.fsf@cupuacu.lsd.dcc.unicamp.br>
>>>>> "Alexandre" == Alexandre Oliva <oliva@dcc.unicamp.br> writes:
Alexandre> libjava refuses to configure when memmove is missing.
Alexandre> Couldn't we add this to some header file and skip the
Alexandre> MSG_ERROR in configure.in?
Yeah, we should. We can just use a #define.
Tom