nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Dodgy $LINK in generated Makefile

2013-02-02 00:34:38
By rights, neither clang nor Solaris cc should be seeing -ansi. clang
has bugs in the front-end driver that cause problems when you try to
use -ansi.  It's better to use clang's '-std=c89' instead. (The latest
Solaris compiler seems to want -Xc99=none for c89 compliance. I haven't
tried this yet.)

I see that the issue there is clang defines __GNUC__ for reasons which
escape me.

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>