[haiku-development] /bin/cc

  • From: "François Revol" <revol@xxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 24 Mar 2009 18:05:03 +0100 CET

Someone reported me we are missing /bin/cc like BeOS had.
For example it seems to be used in OSS:

/boot/home/mercurial.opensound.com/setup/setupdir.sh: line 82: cc:
command not found

The one in ZETA here has:

#!/bin/sh
exec $BE_C_COMPILER $BE_DEFAULT_C_FLAGS $*

I'd likely use "$@" instead of $* though.

François.

Other related posts: