|
From: Eli Z. <el...@gn...> - 2012-08-11 06:17:45
|
> Date: Fri, 10 Aug 2012 17:43:55 -0700 (PDT) > From: mingw124 <for...@li...> > > > Alright, I've been trying this method. However the problems remains the same. > > What about when I have other dlls I want to link, what command and static > link name do I use? > > I know exactly which dlls it requires but not how to link them statically so > I don't have to export them with the executable. You need to get hold of the corresponding static libraries, usually a SOMETHING.a file. Then use the -static switch on the link command line. |