forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
After some more try I was able to compile and run my program.
In the past I was able to set and compile statically libcrypto.a, libssl.a and libmysqlclient.a.
Now it seems that the latest macOS U++ distro link statically libcrypto and libssl and leave mysqlclient dynamically linked.
If I use this default behavior then my program can be compiled. However I need to compile mysqlclient statically and now this cannot be done... at least I am facing some problem and appear the previous compiler error.
I'll continue the test...