From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32138c088eb79573e98a961f9967127a@coraid.com> From: erik quanstrom Date: Fri, 16 Mar 2007 21:12:37 -0400 To: fernanbolando@mailc.net, 9fans@cse.psu.edu Subject: Re: [9fans] Summer of Code: Call for mentors and students In-Reply-To: <1d5d51400703161750l7c088546tf050ce7e18ff4ed9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 26f3a862-ead2-11e9-9d60-3106f5b1d025 i believe there is. under a heading like "port missing kenc features to gcc". the major missing feature is anonymous structures. porting kenc to linux is doable, doesn't seem very useful, as kenc doesn't do many of the stupid c compile tricks found in linux heder files such as __extension__() __attribute__() and my favorite extern double atof (__const char *__nptr) __THROW __attribute_pure__ __nonnull ((1)) __wur; all care of stdio.h from the gnu standard library. - erik