-
Notifications
You must be signed in to change notification settings - Fork 3
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 linker error linux #5
base: master
Are you sure you want to change the base?
Conversation
Would you share the information about your system, gcc, pylon SDK version, and output of the make command? So far I did not have to specify these libraries to the linker, with various compilers on RHEL8. I did not specify them whenever possible because they seem to be dependent on pylon SDK version. |
Pylon SDK is the latest linux release (7.4.0), on a RHEL 8 system.
|
Would you also attach the full output of make? |
Sure:
Here is my pylon sdk location:
And then compiling from this branch
|
Are you building all modules/IOC statically? |
Yes, static build for everything |
Since this issue affects only static build, I applied part of your changes conditionally when building IOC product, see 31be006. |
Without this change the ioc executable does not compile for me on linux, complaining of undefined references: