On Fri, Dec 4, 2009 at 9:36 AM, Maciej (Matchek) Blizinski
<[email protected]> wrote:
>
> Checking for the binary:
>
> mac...@build9s :~ > ls -l /opt/studio/SOS12/SUNWspro/bin/cc
> lrwxrwxrwx 1 root other 14 Jan 23 2009
> /opt/studio/SOS12/SUNWspro/bin/cc -> ../prod/bin/cc
> mac...@build9s :~ > ls -l /opt/studio/SOS12/SUNWspro/bin/../prod/bin/cc
> -rwxr-xr-x 1 root sys 280268 May 1 2009
> /opt/studio/SOS12/SUNWspro/bin/../prod/bin/cc
>
> It's there. Before I spend time debugging that, do you have any ideas?
>
you've proved there is a binary. you havent proved it works. show that
it works first ;-)
start with "cc -V"
and then move on to
cat >test.c <<EOF
main(){}
EOF
cc -o t test.c
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers