-
Notifications
You must be signed in to change notification settings - Fork 7
Correct linker settings #10
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
Comments
The links must be after the source. Build and install noson as shared lib:
The sample program:
Then compile you program: note the link follows the source or object file
If you want to use the static lib:
|
Thanks a lot! The static lib worked right away, the shared lib approach after running |
After installing, the library, I'm currently using
gcc -lnosonos mystuff.cpp
in the makefile. However whatever I'm trying to compile, I'm getting linker errors. For instance, here's a minimal example:The error message for this example is:
What do I need to feed to my linker in order to be able to write noson code?
The text was updated successfully, but these errors were encountered: