-
Notifications
You must be signed in to change notification settings - Fork 49
Multiple definitions of functions during executable generation #247
Comments
Hi @samhorsfield96. Try changing the You may also need to try it without the |
Hi @markhend, thanks for such a speedy response. I am already linking directly to the seq lib directory (I changed it in the example just for readability). I am also already adding the seq lib directory to the LD_LIBRARY_PATH variable, and still run into the same issues. I did try without
|
@samhorsfield96 I have been running the examples again and seeing the same issues as you - lots of 'multiple definition of' errors. I'm using Ubuntu (WSL) as well. Let us dig in a bit more to see if we can determine the root cause. Thank you. |
@samhorsfield96, I haven't determined root cause yet. I got a little closer. Perhaps this might help you.
|
@markhend unfortunately I run into the same issue as you
|
@markhend compiling with the
|
Hi,
I'm following the "Calling Seq from C/C++" example using the latest seq-lang release (v0.11.0) and generate a shared object, but when linking to the executable I get the following errors:
Calling ldd on the shared object file gives me
Would you be able to help with this if possible, please? I'm running this using Ubuntu 18.04 via WSL with gcc v 7.5.0 just for reference.
The text was updated successfully, but these errors were encountered: