-
-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the issues with shared libraries #451
Comments
I have static and shared libs working fine on macOS with Xcode. I'll push the projects sometime this week. |
On XCode, it works for me too but when I used Qt Creator IDE or built it using cmake (on terminal) on thesame system it was crashing. |
Compile in Xcode and then copy the compile and link transcripts. There must be some configuration option Xcode is passing to clang/ld that the others are not. |
Static lib is still problem but shared is working fine See samples/stl/static-shared-lib |
This is after #445 (issue with static) |
It looks all good to me now. It's matter of compiling it right. |
Currently when easylogging++ is used in shared libraries as well as the application linked to that shared libararies, it's pain to get it all working. We need to fix this as this is common design with large C++ applications.
NOTE: We will wait until #445 is finished so we can re-think design slightly
The text was updated successfully, but these errors were encountered: