Path: utzoo!utgpu!watserv1!watcgl!idallen From: idallen@watcgl.waterloo.edu Newsgroups: comp.windows.x Subject: On the passing of vendor CPP flags into GNU compiler Message-ID: <12863@watcgl.waterloo.edu> Date: 7 Jan 90 06:57:02 GMT Sender: idallen@watcgl.waterloo.edu Reply-To: idallen@watcgl.waterloo.edu Distribution: comp Lines: 10 From: "Ian! D. Allen [CGL]" Our gnu compiler doesn't define -Dultrix on Ultrix, and I see that various things in R4 seemd to depend on having -Dultrix set. I resorted to doing this in the ultrix.cf file -- any better ideas? #if defined(HasGcc) && HasGcc==YES /* Pass on Ultrix cpp options to gcc; see the Ultrix cpp man page -IAN! */ #define StandardDefines -Dultrix -Dvax -Dunix -Dbsd4_2 #endif