Abhi, It looks like you are trying to install maui into the same directory that you built it in. You are building it in /usr/local/maui-3.2.6p21, and installing it in /usr/local/maui. Is /usr/local/maui a symbolic link to /usr/local/maui-3.2.6p21??
I would suggest that you try to separate the directories a little more to avoid confusion. Perhaps you could build maui in /usr/local/src/ Craig. On 12/23/2009 10:03 AM, Abhishek Gupta wrote: > Hi, > I was trying to install maui3.2.6p21 and on make install step, I got > this error message. Could someone tell me what this error is about and > how can I fix it? > Thanks, > Abhi. > > *# make install* > make -C src/moab install > make[1]: Entering directory `/usr/local/maui-3.2.6p21/src/moab' > ar rcs ../../lib/libmoab.a MFile.o MConfig.o MQOS.o MLog.o MCred.o > MSched.o MAM.o MSR.o MRes.o MUser.o MGroup.o MAcct.o MClass.o MTime.o > MNode.o MConst.o MACL.o MStats.o MLocal.o MUtil.o MTrace.o MAppSim.o > MQueue.o MLimit.o MXI.o MSim.o MRMSI.o MBF.o MJob.o MPriority.o > MPolicy.o MPreempt.o MFS.o MPar.o MRM.o MPBSI.o MWikiI.o MSys.o MCP.o MUI.o > mkdir -p /usr/local/maui/bin /usr/local/maui/sbin > /usr/local/maui/include /usr/local/maui/lib > cp ../../lib/libmoab.a /usr/local/maui/lib > cp: `../../lib/libmoab.a' and `/usr/local/maui/lib/libmoab.a' are the > same file > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/usr/local/maui-3.2.6p21/src/moab' > make: *** [install] Error 2 > > _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
