[csw-maintainers] SOS12 on build9s
Philip Brown
phil at bolthole.com
Fri Dec 4 20:40:06 CET 2009
On Fri, Dec 4, 2009 at 9:36 AM, Maciej (Matchek) Blizinski
<maciej at opencsw.org> wrote:
>
> Checking for the binary:
>
> maciej at 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
> maciej at 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
More information about the maintainers
mailing list