Page 1 of 1

CMake Error: your C compiler "bcc32" was not found

PostPosted: Wed Sep 07, 2011 5:17 pm
by xiaohu71
Hello,

I am new to LAPACK. I have a win64 machine with Visual Studio 2008 installed. I downloaded CLAPACK and CMAKE After clicking Configure in CMake, I saw the following error message:

CMake Error: your C compiler "bcc32" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.

But where do I set the CMAKE_C_COMPILER? Thanks for your help.

Thanks,
Xiao

Re: CMake Error: your C compiler "bcc32" was not found

PostPosted: Fri Sep 09, 2011 12:26 pm
by xiaohu71
I found the problem myself. I had to select the correct compiler. I was using the default one and that was giving me trouble. I am now able to run LAPACK library. I am so happy to find the document showing me the steps and this community.

Re: CMake Error: your C compiler "bcc32" was not found

PostPosted: Tue Jan 10, 2012 2:39 am
by neostrider
Hi
Could you tell in a little more detail how you selected the correct compiler? Where is the document showing the steps?

Thanks