9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] more cc questions
       [not found] ` <quinn@envy.ugcs.caltech.edu>
@ 2001-01-05  1:16   ` Tom Duff
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Duff @ 2001-01-05  1:16 UTC (permalink / raw)
  To: 9fans

> How do you pronounce 'mk'?

mk -> mick, but with a very short i, like in MacArthur.

> As a unix user, I am once again struck by the rampant sanity in plan9 :)

Don't breathe too deeply...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [9fans] more cc questions
@ 2001-01-05  3:19 Quinn Dunkan
       [not found] ` <quinn@envy.ugcs.caltech.edu>
  0 siblings, 1 reply; 3+ messages in thread
From: Quinn Dunkan @ 2001-01-05  3:19 UTC (permalink / raw)
  To: 9fans

Is there documentation for the c compiler's error msgs anywhere?  One thing
that's slowing me down working on plan9 is trying to figure out what the
compiler is telling me.  I'm not exactly a super experienced c programmer, so
sometimes it takes me a bit to get the hang of it.

The compiler documentation doesn't mention that if you give a second
'-p' flag it will print the cpp command line.  I used this to discover that
it doesn't pass through the '-+' option.  I think it should.  Here's a diff:
; diff lex.old.c lex.c
207a208,211
> 			if(debug['+']) {
> 				sprint(opt, "-+");
> 				av[i++] = strdup(opt);
> 			}
;

How do you pronounce 'mk'?  Not that I've ever needed to, but someday I might.
"plan 9 make" is the best I've come up with, but it's a bit wordy.

As a unix user, I am once again struck by the rampant sanity in plan9 :)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] more cc questions
@ 2001-01-05  1:43 rob pike
  0 siblings, 0 replies; 3+ messages in thread
From: rob pike @ 2001-01-05  1:43 UTC (permalink / raw)
  To: 9fans

> The compiler documentation doesn't mention that if you give a second
> '-p' flag it will print the cpp command line.  I used this to discover that
> it doesn't pass through the '-+' option.  I think it should.

Yes, it should.  Thanks for the fix.

-rob



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-01-05  3:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-05  3:19 [9fans] more cc questions Quinn Dunkan
     [not found] ` <quinn@envy.ugcs.caltech.edu>
2001-01-05  1:16   ` Tom Duff
  -- strict thread matches above, loose matches on Subject: below --
2001-01-05  1:43 rob pike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).