Subject: Re: X11R5 binaries
To: Markus Illenseer <markus@techfak.uni-bielefeld.de>
From: 'Evil' ERic Mehlhaff <mehlhaff@ocf.Berkeley.EDU>
List: amiga-x
Date: 05/05/1994 10:46:55
markus@TechFak.Uni-Bielefeld.DE (Markus Illenseer) recently wrote:


>On May 4,  6:48pm, "Stephen J. Roznowski" wrote:
>> 
>> I believe that you are searching for "-traditional" :-)
>
> Ah, yeah, great :-) Thanks.
> The problem was that this flag has to be distributed within all the 
>Makefiles in the entire distribution. I couln'd fix that editing the
>Imakefile. cpp -traditional in all Makefiles :-/

My horrendous hack around this problem was to make a /lib/cpp what was
a stupid shellscript wrapper. Sure its a hack, but it required less work
than beating up X's config files...

cryptic(23)# cat /lib/cpp
#!/bin/sh
exec /usr/libexec/cpp -traditional $*


It works for me, except that now my imake binaries are spewing corrupt
Makefiles. It's pretty clearly a bug in fputs(), as it (mostly) went away
when I forced imake to fflush() after EVERY fputs() it made.
    For what its worth, I just finished installing the latest binaries
from the lamp mirror on iastate ('cept for the kernel, which panics when
it mounts root :-( My curent kernel is about 2 weeks old compiled from
current sources. ).

 ERic mehlhaff, mehlhaff@ocf.Berkeley.EDU  

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