RE: make bug on Solaris when using Sun CC

Graham Glen <[email protected]> Thu, 8 Jan 2004 15:39:58 -0000
Newsgroups gmane.network.bb4.devel
Message-ID <[email protected]>
> 
> actually
> XX=`type gcc` 2>/dev/null
> 
> was intended to be
> XX=`type gcc 2>/dev/null`
> 
>
> BTW, are you sure Sol9 yields "gcc not found" for this statement:

Rob,

I've just tested this on Solaris 8 & 9 and it gives gcc not found.


Solaris 9:

enguk27sol9 $ /bin/sh
enguk27sol9 $ XX=`type gcc 2>/dev/null`
enguk27sol9 $ echo $XX
gcc not found

Solaris 8:
lennon $ /bin/sh
lennon $ XX=`type gcc 2>/dev/null`
lennon $ echo $XX
gcc not found

My 2.6 box has gcc.

Graham
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list send e-mail to mailto:[email protected]
with unsubscribe bbd in the BODY of the message.