[MPlayer-dev-eng] compile mplayer on solaris,cannot find CC
Hans-Dieter Kosch
hdkosch at kabelbw.de
Wed Jun 19 02:17:56 CEST 2013
刘驰 wrote:
> when i excute ./configure,show that Error: Compiler is not functioning
> correctly. Check your installation and custom CFLAGS .
>
> and i check the config.log:
> configuration:
>
> ============ Checking for working compiler ============
>
> int main(void) { return 0; }
>
> cc /tmp/mplayer-configure-18929-3136/tmp.c -I. -Iffmpeg -lm -o
> /tmp/mplayer-configure-18929-3136/tmp
> ./configure[77]: cc: not found [No such file or directory]
>
> i have already installed gcc,please tell me what i can do next,thank you
> very much!
Your compiler seems not to be in $PATH, resp. not in standard location. Check
$PATH, or try './configure --cc=<path_to_compiler> --host-cc=<path_to_compiler>'
(s.a. './configure --help').
More information about the MPlayer-dev-eng
mailing list