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. 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! Thanks for the help - looking into the makefile and then finding out and comparing the two mcc's and their respective command lines made me realize what's going on. -- [email protected] mailing list

