Installation problem. Thanks!
Posted: Thu Sep 04, 2014 8:01 pm
I want to use EON, but I met problem problem to install EON in my our Linux cluster first time according to steps in website :http://theory.cm.utexas.edu/eon/installation.html.
Question 1: I use the linux cluster form LSU and do not have root permission to install Eon system-wide by command "$ sudo python setup.py install". Is this step necessary for EON using for everybody?
question 2: I can not do the step shown in the question 1. But I continue to do the next to do client installation. But when I " $ cd client" and run "$ make", there is error as following:
[tanlx@philip1 client]$ make
make -C potentials/EMT/ CC="gcc" CXX="g++" LD="ld" AR="ar cru" RANLIB="ranlib" CXXFLAGS="-Wall -Wno-unused-local-typedefs -Wno-unused-function -Wfatal-errors -O2 -DLINUX -DNDEBUG"
make[1]: Entering directory `/home/tanlx/eon/client/potentials/EMT'
g++ -Wall -Wno-unused-local-typedefs -Wno-unused-function -Wfatal-errors -O2 -DLINUX -DNDEBUG -c -o EffectiveMediumTheory.o EffectiveMediumTheory.cpp
cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs"
make[1]: *** [EffectiveMediumTheory.o] Error 1
make[1]: Leaving directory `/home/tanlx/eon/client/potentials/EMT'
make: *** [potentials/EMT/] Error 2
Could you tell me what the error mean? How to solve them?
Thanks.
Question 1: I use the linux cluster form LSU and do not have root permission to install Eon system-wide by command "$ sudo python setup.py install". Is this step necessary for EON using for everybody?
question 2: I can not do the step shown in the question 1. But I continue to do the next to do client installation. But when I " $ cd client" and run "$ make", there is error as following:
[tanlx@philip1 client]$ make
make -C potentials/EMT/ CC="gcc" CXX="g++" LD="ld" AR="ar cru" RANLIB="ranlib" CXXFLAGS="-Wall -Wno-unused-local-typedefs -Wno-unused-function -Wfatal-errors -O2 -DLINUX -DNDEBUG"
make[1]: Entering directory `/home/tanlx/eon/client/potentials/EMT'
g++ -Wall -Wno-unused-local-typedefs -Wno-unused-function -Wfatal-errors -O2 -DLINUX -DNDEBUG -c -o EffectiveMediumTheory.o EffectiveMediumTheory.cpp
cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs"
make[1]: *** [EffectiveMediumTheory.o] Error 1
make[1]: Leaving directory `/home/tanlx/eon/client/potentials/EMT'
make: *** [potentials/EMT/] Error 2
Could you tell me what the error mean? How to solve them?
Thanks.