Re: [gentoo-user] what causes "HAVE_CONFIG_H not found"?

2007-02-28 Thread Mark Kirkwood
Denis wrote: Boy this one was messy, but I figured it out. It turns out that there's another "mcc" compiler from MatLab, and it was installed on my system in /usr/bin. Mathematica's "mcc" compiler/linker, which I needed to use with the Monte Carlo integration package, was linked to my PATH al

Re: [gentoo-user] what causes "HAVE_CONFIG_H not found"?

2007-02-28 Thread Denis
supposed to invoke gcc on that line? that 'CC=gcc mcc' construction is a little odd. looks like the Makefile is broken - have you chosen Boy this one was messy, but I figured it out. It turns out that there's another "mcc" compiler from MatLab, and it was installed on my system in /usr/bin.

Re: [gentoo-user] what causes "HAVE_CONFIG_H not found"?

2007-02-28 Thread Mark Kirkwood
Denis wrote: Here's the output when I run "make": CC=gcc mcc -O3 -fomit-frame-pointer -ffast-math -DHAVE_CONFIG_H -I./src/common -I. -I. -o Vegas ./src/vegas/Vegas.tm /usr/bin/mcc: line 1: exec: HAVE_CONFIG_H: not found make: *** [Vegas] Error 127 Lo

[gentoo-user] what causes "HAVE_CONFIG_H not found"?

2007-02-28 Thread Denis
It's not really a Gentoo question but more a general Linux question about "make". I'm trying to install a third-party numerics package for multidimensional integration that was written in C and also uses the "mcc" compiler to build Mathematica executables from the C code (MathLink package). The