[MPlayer-users] -cc=... ignored
Grigori Goronzy
grigorig at web.de
Sun Oct 28 19:57:23 CET 2001
On Sun, 28 Oct 2001 15:38:57 +0100
"Attila Kinali" <kinali at gmx.net> wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html &
> http://gcc.gnu.org/gcc-2.96.html if you still have questions or problems]
>
> Hi,
>
> I just wanted to try to compile the cvs with gcc 3.0
> but ./configure simply ignores -cc:
>
> ---schnipp---
> $ ./configure -cc=/usr/bin/gcc-3.0
>
> You can get detailed help on configure with: configure --help
>
> Please wait while ./configure discovers your software and hardware environment!
>
> Detected operating system: Linux
> Detected host architecture: i386
> Checking version of gcc ... 2.95.4, ok
>
> ---schnapp---
>
> This worked before the 0.50 release (dont know exactly
> when it was). 0.50 is "broken" too.
>
> I know, it's not the most important thing
> but it's a nice feature and makes it easier to
> test different versions of gcc.
>
try this:
CC=/usr/bin/gcc-3.0 ./configure
should work.
- greg
More information about the MPlayer-users
mailing list