Gentoo Archives: gentoo-user

From: Mark Kirkwood <markir@××××××××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] what causes "HAVE_CONFIG_H not found"?
Date: Thu, 01 Mar 2007 02:08:34
Message-Id: 45E63409.3010006@paradise.net.nz
In Reply to: [gentoo-user] what causes "HAVE_CONFIG_H not found"? by Denis
1 Denis wrote:
2
3 > Here's the output when I run "make":
4 > ____________________
5 > CC=gcc mcc -O3 -fomit-frame-pointer -ffast-math -DHAVE_CONFIG_H
6 > -I./src/common -I. -I. -o Vegas ./src/vegas/Vegas.tm
7 >
8 > /usr/bin/mcc: line 1: exec: HAVE_CONFIG_H: not found
9 > make: *** [Vegas] Error 127
10 > ____________________
11 >
12
13 Looks like the mcc compiler does not understand that -Dfoo means "define
14 foo" and instead thinks that a file "foo" is being linked - is mcc
15 supposed to invoke gcc on that line? that 'CC=gcc mcc' construction is a
16 little odd..... looks like the Makefile is broken - have you chosen
17 unusual options are configure time?
18
19 Best bet might be to post on the mailing list for the 3rd party package
20 as well as here!
21
22 Cheers
23
24 Mark
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] what causes "HAVE_CONFIG_H not found"? Denis <denis.che@×××××.com>