-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libamos error running ubuntu binaries #381
Comments
Ah, I think we have forgotten to include libamos in the distribution. |
Fixed on linux. Can you try it now? Will update mac binaries tonight. |
Great, got a hello world program to work. Thanks for the quick fix, and the language looks really exciting so far. Although I am wondering why it takes more than 2 seconds to start up ? I will file another issue about that. |
See issue #260. We are well aware of this. It's due to our run-time code generation; on startup many methods need to be compiled to native code. Even though it is compiling a couple hundred methods a second, the delay is still annoying. |
I faced the same issue with the previous installer. |
* Deprecate v2 exercise dnd-character There will be a v3 exercise built on this exercise. * Add concept exercise: dnd-char / kwdef, using-macros * Add vectors pre-req Required to understand the examplar solution, and at this point it's very unlikely a student won't have solved it anyway * Fix exemplar config key * Apply suggestions from code review Co-authored-by: Colin Caine <[email protected]> * Apply more suggestions Co-authored-by: Colin Caine <[email protected]>
I tried compiling it first but got some errors there. Then I ran Ubuntu binaries and am getting a shared library error.
julia$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
julia$ ./julia
libamos.so: cannot open shared object file: No such file or directory
error during init:
could not load module libamos
in dlopen, /scratch/julia/julia/j/base.j:97
at string:15
julia$ find| grep amos
-> Nothing called "amos" in the tarball
Doesn't appear in my package repo:
julia$ sudo apt-cache search amos
libhdate-dev - A library that help use hebrew dates (development files)
libhdate1 - A library that help use hebrew dates
python-hdate - A library that help use hebrew dates (python bindings)
kamoso - Tool to take pictures and videos from your webcam
libhdate-perl - A library that help use hebrew dates (perl bindings)
libhdate-php - A library that help use hebrew dates (php bindings)
sdlbasic - BASIC interpreter for game development
sdlbasic-dbg - BASIC interpreter for game development - debug symbols
sdlbrt - BASIC interpreter for game development - runtime interpreter
ttf-gfs-theokritos - decorative Greek font
The text was updated successfully, but these errors were encountered: