Technical problem
Wojtek Borczyk Sep 19, 2017
Hello all!
I have a technical problem with running native Linux version of find_orb
software.
I downloaded both MS Windows binaries and source code for compiling
on Linux. While the Windows version works perfectly (under wine emulator),
the Linux version doesn't work at all.
On my 64 bit Ubuntu source code compiles without any errors (both with gcc
and clang), but every time I try to start either "find_orb" or "fo" I
receive a runtime error message:
mpc_obs.cpp:3807: const char* get_environment_ptr(const char*): Assertion
`edata' failed.
Aborted (core dumped)
I tried to compile the same code under FreeBSD, but the final result is
identical:
Assertion failed: (edata), function get_environment_ptr, file mpc_obs.cpp,
line 3807.
Abort trap: 6 (core dumped)
Have you got any idea - what I'm doing wrong? Does this program require
any additional configuration files or enviromental variables settings?
I will be very grateful for any help!
Wojtek