Search found 3 matches

by totoquebec
Thu Jan 17, 2019 10:47 pm
Forum: Compiler / Linking / IDE Related
Topic: libgcc_s_sjlj-1.dll missing.
Replies: 4
Views: 1444

Re: libgcc_s_sjlj-1.dll missing.

Ok,

then i try to build the static library...but the linker report à lot of missing file???

I erase all the project.

Use the download library version already compile.

put the .dll in the directory with the .exe

tadam...hello worlds...

thanks Dennis
by totoquebec
Thu Jan 17, 2019 6:42 pm
Forum: Compiler / Linking / IDE Related
Topic: libgcc_s_sjlj-1.dll missing.
Replies: 4
Views: 1444

Re: libgcc_s_sjlj-1.dll missing.

Thanks That it because I use a 64bits version of the lib and a minGW 32 compiler. This dll is about exception handling I think so. I download the librairy already builds for my compiler. I just find a way to build the library Now when I try to run in the IDE it return an error but if I call the prog...
by totoquebec
Thu Jan 17, 2019 2:45 am
Forum: Compiler / Linking / IDE Related
Topic: libgcc_s_sjlj-1.dll missing.
Replies: 4
Views: 1444

libgcc_s_sjlj-1.dll missing.

Hi I just try to compile the Hello World Example. All is ok. But if I try to run it the error libgcc_s_sjlj-1.dll not found appear. Then I try to find it and when I put it in place then another error appear. It say that the entry point for the process __gxx_personality_sj0 cannot be find in the dll ...