Hi,

I have a python script who build my extern library in same time, for 
increase a little more the build time.

Unfortunately, seems with fastcomp is not possible, when I do that I have 
an error like :

Traceback (most recent call last):
  File "/Users/aliot/Desktop/webcl/webcl-translator/emscripten/emcc", line 
1767, in <module>
    libfile = shared.Cache.get(name, create)
  File 
"/Users/aliot/Desktop/webcl/webcl-translator/emscripten/tools/cache.py", 
line 36, in get
    shutil.copyfile(creator(), cachename)
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", 
line 83, in copyfile
    with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: 
'/Users/aliot/.emscripten_cache/libcxx.bc'

I know Emscripten is already using all the core during some pass, but could 
be useful to call two emscripten at the same time.

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to