From 5def410ff53842b04c6c848d0d94d468c68c5a49 Mon Sep 17 00:00:00 2001 From: Stas Gurtovoy Date: Wed, 1 Jun 2011 11:10:29 +0300 Subject: emulator opengl: more few fixups needed for the system to load. Change-Id: I698b14d0f594c091c237a605aeefbb048bf746ca --- tools/emulator/opengl/shared/OpenglOsUtils/osDynLibrary.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/emulator/opengl/shared/OpenglOsUtils/osDynLibrary.cpp') diff --git a/tools/emulator/opengl/shared/OpenglOsUtils/osDynLibrary.cpp b/tools/emulator/opengl/shared/OpenglOsUtils/osDynLibrary.cpp index 65107e374..e8e6ab7b0 100644 --- a/tools/emulator/opengl/shared/OpenglOsUtils/osDynLibrary.cpp +++ b/tools/emulator/opengl/shared/OpenglOsUtils/osDynLibrary.cpp @@ -36,6 +36,10 @@ dynLibrary *dynLibrary::open(const char *p_libName) #endif if (lib->m_lib == NULL) { + printf("Failed to load %s\n", p_libName); +#ifndef _WIN32 + printf("error %s\n", dlerror()); //only on linux +#endif delete lib; return NULL; } -- cgit v1.2.3