I'm trying to compile code that includes this library (it was working very well in my small-scale tests!) but I seem to be getting cryptic (to me) errors in this case:
I'm assuming something in my compiler flags is causing issues...
It seems like the problem was with -fPIC... Uncertain how/why that caused those issues, but I'll leave this here in case anyone searches this error in the future!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to compile code that includes this library (it was working very well in my small-scale tests!) but I seem to be getting cryptic (to me) errors in this case:
I'm assuming something in my compiler flags is causing issues...
Thanks!
Best,
Ben
It seems like the problem was with -fPIC... Uncertain how/why that caused those issues, but I'll leave this here in case anyone searches this error in the future!