You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Hi, seems that the build process somehow loses some symbols when building the framework. I'm trying to use the libpq-events functions but am getting an "undefined symbol" linker error.
I ran nm on the libpq.a that is generated and see the various symbols (_PQinstance is one such symbol). When I run nm on the framework library, the symbol is not there!
Any idea?
The text was updated successfully, but these errors were encountered:
Hi, seems that the build process somehow loses some symbols when building the framework. I'm trying to use the libpq-events functions but am getting an "undefined symbol" linker error.
I ran nm on the libpq.a that is generated and see the various symbols (_PQinstance is one such symbol). When I run nm on the framework library, the symbol is not there!
Any idea?
The text was updated successfully, but these errors were encountered: