On Wed, 19 Sep 2012, Cory Ahrens wrote: > ld: cannot find /usr/lib/crt1.o: No such file or directory > > and indeed crt1.o is not there. I can't find it anywhere.
"locate crt1.o" on my Ubuntu 12.04 system finds it in /usr/lib/x86_64-linux-gnu/ But forget weird system-specific stuff; if "gcc hw.c" works then you're halfway there. Do "mpicc hw.c", "g++ hw.C", and "mpicxx hw.C" also work? --- Roy ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
