[MPlayer-dev-eng] --cc="ccache gcc" does not work
Arpi
arpi at thot.banki.hu
Sun Jan 26 16:46:45 CET 2003
Hi,
> Sebastian Bergmann writes:
> > ./configure --cc="ccache gcc" does not work, but setting CC manually to
> > "ccache gcc" in config.mak does.
> >
> > Maybe this could be fixed,
i've fixed it but i'm not sure it's enough.
with this line in config.mak:
CC = "ccache gcc"
i get error at 'make':
"ccache gcc" -c -g -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Ilibmpdemux -Iloader -Ilibvo -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/SDL -D_REENTRANT -o
mplayer.o mplayer.c
/bin/sh: ccache gcc: command not found
make: *** [mplayer.o] Error 127
with:
CC = ccache gcc
it seems to be ok:
ccache gcc -c -g -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Ilibmpdemux -Iloader -Ilibvo -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/SDL -D_REENTRANT -o
m_option.o m_option.c
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list