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 also, but for some reason, the wrong "mcc" (from MatLab) was getting invoked first and thus messing up the compile process completely. I deleted the MatLab "mcc" from /usr/bin, and after that the make script worked like a charm and built all executables just like it was supposed to!
Well done - messy indeed! Cheers Mark -- [email protected] mailing list

