Opened 11 years ago
Closed 11 years ago
#239 closed Bug (wontfix)
linux mint problem
Reported by: | ahmed hammad | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi delphes Authors
iam using linux mint when i try to type make it gives me error
Generating tmp/classes/ClassesDict.cc
make: rootcint: Command not found
make: * [tmp/classes/ClassesDict.cc] Error 12
i.e , i did the same procedure in fedora and delphes works good .
Also how can i make delphes run in multicore?????
Cheers
Ahmed
Change History (8)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
hi dr Pavel
here what i typed in bash.bashrc
PATH=$PATH:/usr/work/root/bin/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/work/root/lib/
isnt it enough to define the ROOTSYS ????
Cheers
Ahmed
comment:3 by , 11 years ago
Hi Ahmed,
ROOTSYS is sometimes needed if the 'root-config' can't be found via 'PATH'.
Do you know why there is no 'export' in the beginning of the 'PATH=...' line?
Could you, please check what the following commands return:
which root-config which rootcint which root
Cheers,
Pavel
comment:4 by , 11 years ago
hi dr Pavel
Do you know why there is no 'export' in the beginning of the 'PATH=...' line?
mmm actually i dont know ???
the output
which root-config > /usr/work/root/bin/root-config
which rootcint > /usr/work/root/bin/rootcint
which root > /usr/work/root/bin/root
thanks for your help
comment:5 by , 11 years ago
This is strange...
Could you, please check in the same command line session that 'which root-config' returns '/usr/work/root/bin/root-config' and 'make' still returns 'rootcint: Command not found'?
comment:7 by , 11 years ago
Hi Ahmed,
Sorry, I've mistyped 'root-config' instead of 'rootcint' in my previous comment.
If you confirm that 'which rootcint' returns '/usr/work/root/bin/rootcint' and 'make' returns 'rootcint: Command not found' in the SAME terminal window in the SAME command line shell session, then I don't understand how it's possible and I don't see how to help you with this problem.
Cheers,
Pavel
comment:8 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Hi Ahmed,
Looks like the 'rootcint' command is not available on this system.
Could you, please check that ROOT is installed on this system and that all ROOT related environment variables (ROOTSYS, PATH, LD_LIBRARY_PATH) are configured correctly?
Cheers,
Pavel