|
From: Eli Z. <el...@gn...> - 2012-08-06 17:08:00
|
> Date: Mon, 6 Aug 2012 09:21:22 -0700 (PDT) > From: mingw124 <for...@li...> > > > Alright but what if I need others, how will I know their names? Which others? GCC only links against these two by default, the others you need to name on the command line. And then you are in control. Anyway, to see what GCC is linking in, use the -v switch on the link command line, it will show you everything. |