User forums > General (but related to Code::Blocks)

how add 2 dll's to exe file?

(1/2) > >>

cambalinho:
ok.. i found 2 dll dependent files of compiler file:
1 - libgcc_s_sjlj-1.dll ;
2 - libstdc++-6.dll ;
how can i add these 2 files or it's libraries to exe?

oBFusCATed:
You need static libs, but I suppose if you link two these statically your app will become gpl licensed.
Search gcc manual for some static flags.

cambalinho:
so how can i avoid that 2 files dependencies?
(honestly i hate dependencies :( )

oBFusCATed:
Have you search the manual of gcc for the word static?

cambalinho:
i'm doing it, but what i'm loking for?
i didn't find what i need :(

Navigation

[0] Message Index

[#] Next page

Go to full version