Subject: Re: hack "bug"
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: J.T. Conklin <conklin@ngai.kaleida.com>
List: netbsd-bugs
Date: 11/22/1993 12:28:40
>> hack should be compiled with the -traditional flag, or you'll have problems
>> with things like (in hack.pri.c):
>> 
>> char *ulook = "|@|";
>> ulook[1] = u.usym;

Richard> -fwritable-strings should be enough for this.

Acutally, fixing the code is probably a preferable solution.  NetBSD
should be able to be compiled (or cross compiled) on systems that do 
not use GCC as their C compiler.

	--jtc

------------------------------------------------------------------------------