Hello,
I am running the following version of Julia:

Julia Version 0.4.0-dev+5809
Commit b414076* (2015-07-06 15:38 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
  WORD_SIZE: 64
  BLAS: libopenblas (NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: liblapack.so.3
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

And when I try to add the CXX package I receive the following error:

 Pkg.build("Cxx")
INFO: Building Cxx
Tuning for julia installation at: /usr/bin
BuildBootstrap.Makefile:2: /usr/bin/../../deps/Versions.make: No such file 
or directory
BuildBootstrap.Makefile:3: /usr/bin/../../Make.inc: No such file or 
directory
make: *** No rule to make target '/usr/bin/../../Make.inc'.  Stop.
=================================[ ERROR: Cxx 
]=================================

LoadError: failed process: Process(`make -f BuildBootstrap.Makefile 
JULIA_HOME=/usr/bin`, ProcessExited(2)) [2]
while loading /home/kostav/.julia/v0.4/Cxx/deps/build.jl, in expression 
starting on line 16

================================================================================

================================[ BUILD ERRORS 
]================================

WARNING: Cxx had build errors.

 - packages with build errors remain installed in /home/kostav/.julia/v0.4
 - build the package(s) and all dependencies with `Pkg.build("Cxx")`
 - build a single package by running its `deps/build.jl` script

================================================================================


I did try to search online about it and found some posts but didn't manage 
to solve the issue, so in case there
are any suggestions I would be really glad to hear.

Reply via email to