On Wed, 10 Mar 2010, liang cheng wrote:
> I appreciate you guys nice and rapid answer. The ../..xx.C error > still exists even I drop the last two lines in the Makefile. however > it is not a big issue because I could test my demo input in the > ex(xx) folder currently. My libmesh 0.6.4 will be updated to the > lastest version to solve this problem later. Thanks! Ah, you're on 0.6.4? Then you actually discovered the same problem I did at nearly the same time for a completely independent reason. But the fix for you shouldn't be too much more complicated: now that you've dropped those two lines, just "rm .depend" in that directory so that on the next make it'll be regenerated correctly for you. --- Roy ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
