...which builds amd64 debug by default:
$ cd binaries/Product/amd64/debug
$ touch fake_file.txt
$ ./corerun -c . fake_file.txt
dlopen failed to open the libcoreclr.so with error /home/peter/coreclr/binaries/Product/amd64/debug/libcoreclr.so: undefined symbol: CHAIN_SUCCESS_COUNTER
It produces the same error, even if a valid executable is placed instead of fake_file.txt.
The files libcoreclr.so and libmscordaccore.soare present in the same directory, and should be found by dlopen?
distro: Ubuntu 14.10
clang: 3.5.0-4ubuntu2
gcc: 4.9.1
cmake: 2.8.12.2
...which builds
amd64debugby default:It produces the same error, even if a valid executable is placed instead of
fake_file.txt.The files
libcoreclr.soandlibmscordaccore.soare present in the same directory, and should be found by dlopen?distro: Ubuntu 14.10
clang: 3.5.0-4ubuntu2
gcc: 4.9.1
cmake: 2.8.12.2