On Thursday, June 26, 2014 10:52:23 PM UTC-5, inkblotter wrote:
>
> I have pulled the code from git
> It compiles without error from the Makefile and installls without error
> but, ...
> when I run julia, after adding it to my PATH and LD_LIBRARY_PATH, it
> displays the banner and gives me a julia> prompt
> so far so good
> Problem 1) It never echos my typing, which makes it hard to use
> Problem 2) It treats the space character ad carriage the end-of-line
> character
>
> I does work, blind, if I type print("hello world") (notice, no space)
>
>
> Then I read in in this mailing list that I could add a yum repo
> nalimilan-julia.repo with the contents
>
> bash-4.2$ cat nalimilan-julia.repo
> [nalimilan-julia]
> name=Copr repo for julia owned by nalimilan
> baseurl=
> http://copr-be.cloud.fedoraproject.org/results/nalimilan/julia/fedora-$releasever-$basearch/
> skip_if_unavailable=True
> gpgcheck=0
> enabled=1
>
> then, yum install julia
> installed a lot of packages and julia itself
> very nice
> but
> runinng julia (/usr/bin/julia)
> produced just the same two problems noted above
> So I haven't gotten anywhere yet.
>
>
>
> 3.14.7-100.fc19.x86_64 #1 SMP Wed Jun 11 22:34:02 UTC 2014 x86_64 x86_64
> x86_64 GNU/Linux
> etx4
>
>
> Any guesses? Am I doing something wrong? Is there something I can try? (I
> have all the source, and It all buillds
>
>
>