Is there a docker image that contains stdlib? #1564
-
|
Hello. I am trying to compile a Structured Text program which references the Is there a way to link stdlib into my shared library before I link with the dotnet app? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
the image we publish should contain the stdlib under /usr/lib for aarch64 and x86_64 try to add |
Beta Was this translation helpful? Give feedback.
-
|
I got my dotnet core application linking with |
Beta Was this translation helpful? Give feedback.
I got my dotnet core application linking with
libiec61131std.soby copying it into my/libfolder, then mounting the/libfolder in my container. 😄