Skip to content
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

Closed
andychu opened this issue Feb 18, 2012 · 5 comments
Closed

libamos error running ubuntu binaries #381

andychu opened this issue Feb 18, 2012 · 5 comments
Assignees

Comments

@andychu
Copy link

andychu commented Feb 18, 2012

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

@ViralBShah
Copy link
Member

Ah, I think we have forgotten to include libamos in the distribution.

@ghost ghost assigned ViralBShah Feb 19, 2012
@ViralBShah
Copy link
Member

Fixed on linux. Can you try it now? Will update mac binaries tonight.

@andychu
Copy link
Author

andychu commented Feb 19, 2012

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.

@andychu andychu closed this as completed Feb 19, 2012
@JeffBezanson
Copy link
Member

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.

@sdqali
Copy link

sdqali commented Feb 19, 2012

I faced the same issue with the previous installer.
Things seem to be working fine now.

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
cmcaine added a commit to cmcaine/julia that referenced this issue Nov 11, 2022
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants