1
General discussions / Can´t static link when compiling.. (dynamic linking works)
« on: August 17, 2023, 09:13:01 pm »
Hello!
i could not build with static linking... but built correctly with dynamic linking libraries.
the only thing i know is that static linking packages libraries into the executable file, so it is bigger than the size of dynamicaly packaged file.. i don´t know if there is another difference in runtime maybe..
Dynamic linking compiles fine, since docs talks about static linking only i do this question, can i go for dynamic linking fo my final shipping project?
Thanks.
i could not build with static linking... but built correctly with dynamic linking libraries.
the only thing i know is that static linking packages libraries into the executable file, so it is bigger than the size of dynamicaly packaged file.. i don´t know if there is another difference in runtime maybe..
Dynamic linking compiles fine, since docs talks about static linking only i do this question, can i go for dynamic linking fo my final shipping project?
Thanks.