simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] Simulavr 1.0.0 fails to compile on Linux Mint 17


From: Thomas K
Subject: Re: [Simulavr-devel] Simulavr 1.0.0 fails to compile on Linux Mint 17
Date: Sun, 31 Jan 2016 09:17:46 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hi Albrecht,

if this works:

> LD_LIBRARY_PATH=<directory_where_lib_so_is_installed> simulavr

then you have to announce it to ld.so:

> sudo ldconfig -n <directory_where_lib_so_is_installed>

Hope this helps. Maybe this problem happens because of 64bit version and not detecting the right path while installing. Where is libsim.so installed on your machine?

cu, Thomas


Am 30.01.2016 um 23:44 schrieb Albrecht Frenzel:
Hi Klaus,

build finished successfully, but launching simulavr ends up in
simulavr: error while loading shared libraries: libsim.so: cannot open shared object file: No such file or directory

Best regards
Albrecht


On 30.01.2016 19:44, Klaus wrote:
Hi Albrecht,

the official home of simulavr is
http://savannah.nongnu.org/projects/simulavr.

The direct link to the git repo:
http://savannah.nongnu.org/git/?group=simulavr

Please read the build instructions before.

In a short:

git clone git://git.savannah.nongnu.org/simulavr.git
cd simulavr
./bootstrap
./configure
make
make install

Please read also options for ./configure if you need verilog or tcl support.

Regards
 Klaus





Am 30.01.2016 um 19:32 schrieb Albrecht Frenzel:
Hi Klaus,

I guess, but don't know, that https://github.com/Traumflug/simulavr.git
is the repo, you meant.

I cloned it and tried to build, but failed on ./configure: No such file
or directory.

Best regards
Albrecht


On 30.01.2016 10:37, Klaus wrote:
Hi Albrecht,

please use git head. 1.0.0. is outdated and broken in many aspects.

Maybe this also fits your documentation issues.

Regards
 Klaus




_______________________________________________
Simulavr-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/simulavr-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]