Hello,

I downloaded chapel-1.10.0 and am following the README. Hitting the below
while running 'make'.

[root@n68 chapel-1.10.0]# make
cd compiler && make
Traceback (most recent call last):
  File "/root/chapel-1.10.0/util/printchplenv", line 199, in <module>
    _main()
  File "/root/chapel-1.10.0/util/printchplenv", line 195, in _main
    print_mode(options.mode)
  File "/root/chapel-1.10.0/util/printchplenv", line 51, in print_mode
    target_arch = chpl_arch.get('target', mode == 'make', get_module_lcd)
  File "/root/chapel-1.10.0/util/chplenv/utils.py", line 11, in
memoize_wrapper
    cache[args] = func(*args)
  File "/root/chapel-1.10.0/util/chplenv/chpl_arch.py", line 342, in get
    version = utils.get_compiler_version(compiler_val)
  File "/root/chapel-1.10.0/util/chplenv/utils.py", line 11, in
memoize_wrapper
    cache[args] = func(*args)
  File "/root/chapel-1.10.0/util/chplenv/utils.py", line 27, in
get_compiler_version
    output = run_command(['gcc', '-dumpversion'])
  File "/root/chapel-1.10.0/util/chplenv/utils.py", line 44, in run_command
    stderr=subprocess.PIPE)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
/root/chapel-1.10.0/make/Makefile.base:142:
/root/chapel-1.10.0/third-party/llvm/Makefile.include-: No such file or
directory
/bin/sh: g++: command not found
/bin/sh: g++: command not found
/bin/sh: g++: command not found
/bin/sh: line 0: test: -lt: unary operator expected
/bin/sh: line 0: test: -eq: unary operator expected
/bin/sh: g++: command not found
/bin/sh: g++: command not found
/bin/sh: g++: command not found
/bin/sh: line 0: test: -lt: unary operator expected
/bin/sh: line 0: test: -eq: unary operator expected
make[2]: *** No rule to make target
`/root/chapel-1.10.0/third-party/llvm/Makefile.include-'.  Stop.
make[1]: *** [compiler] Error 2
make: *** [comprt] Error 2

I'm from a technical support background and a novice in development.
Happened to stumble upon this project during my search for the top 10
programming languages in distributed computing. I'm currently reading
"Brief Overview of Chapel". Found it interesting. I was curious to know if
I could develop the skills to be part of this project.

Hence this first step.

---
Mufeed Usman
My LinkedIn <http://www.linkedin.com/pub/mufeed-usman/28/254/400> | My
Social Cause <http://www.vision2016.org.in/> | My Blogs : LiveJournal
<http://mufeed.livejournal.com>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to