Alex wrote:
> every program i have tried to install on this computer wants a c complier i 
> have not been able to get one to work sucessfully so far. this is an error i 
> get with gcc
>
> hecking build system type... i386-pc-solaris2.11
> checking host system type... i386-pc-solaris2.11
> checking target system type... i386-pc-solaris2.11
> checking for a BSD-compatible install... /usr/bin/ginstall -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable C compiler found in $PATH
> See `config.log' for more details.
>
>
> if someone knows how to get a c compiler on to opensolaris or weither i have 
> one on here already and why its not working...  i just installed this 24 
> hours ago.
> --
> This message posted from opensolaris.org
> _______________________________________________
> install-discuss mailing list
> install-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/install-discuss
>   
I dont think the issue here is with the C compiler not being present but 
its path not being set when compilation.
you could do this!!!!
(am assuming here that your running the ./configure file thats been 
extracted,if so),

#./configure CC=/usr/sfw/bin/gcc

(just pass the arg as shown above and your good to go)

Reply via email to