In Eclipse running in Ubuntu I have provided the C++ compiler as mpicxx and C++ linker as mpicxx.<br>I have provided the include and library paths to Eclipse, which are the standard ones that get created after mpich2 installation.<br>
<br>When I build, all the source compiles properly but when it gets to the linking I get this error:<br>/usr/bin/ld: cannot find -lcr<br>collect2: ld returned 1 exit status<br><br>What is cr and why is this failing?<br><br>
Zach<br>