|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
cc compiler
I'm having trouble getting gcc to configure because it keeps saying that I do not have an acceptable cc in my $PATH. But I do and it's there. Here's the printout:
bash-2.03# ./configure loading cache ./config.cache checking host system type... sparc-sun-solaris2.8 checking target system type... sparc-sun-solaris2.8 checking build system type... sparc-sun-solaris2.8 checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH bash-2.03# echo $PATH /usr/ucb/cc:/usr/ccs/bin:/usr/ccs/lib:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwi n/bin:/bin:/usr/ucb I checked the directory and cc exists. The PATH was exported as well. Thanks. |
|
#2
|
|||
|
|||
|
Quote:
Isn't UCB a proprietary compiler by sun? ... googling the 'net I found out that solaris installs a link there by default, even if no C compiler is installed. Dunno if this applies to your case though... hth, M.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > cc compiler |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|