<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><div>Hi,<br><br>I am trying to build a program using Clp and&nbsp; CoinUtils static libraries (Clp-1.8.2 tarball) and g++ version 3.4.6 on x64_86 Linux. It is a -VPATH<br>configuration using '/home/nediakm/Clp-1.8.2/configure -C --enable-static --disable-shared' (see attached config.log). When I issue 'make', 'make install' and 'make test' commands, they all go through without a problem. When I compile my program, the compilation also goes through. However the link step <br><br>g++ -o cargo-lp cargo-lp.o qalp.o pclass.o network.o -L/home/nediakm/Clp-opt/lib -lClp -lCoinUtils&nbsp; -lm<br><br>fails with a bunch of these:<br><br>/usr/bin/ld: `.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' referenced in section `.rodata' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o): defined in discarded section `<br>.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o)<br><br>/usr/bin/ld: `.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' referenced in section `.rodata' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o): defined in discarded section `<br>.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o)<br><br>/usr/bin/ld: `.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' referenced in section `.rodata' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o): defined in discarded section `<br>.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o)<br><br>/usr/bin/ld: `.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' referenced in section `.rodata' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o): defined in discarded section `<br>.gnu.linkonce.t._Z9CoinZeroNIiEvPT_i' of /home/nediakm/Clp-opt/lib/libClp.a(ClpPackedMatrix.o)<br><br>etc, etc, etc<br><br>It looks like some standard Coin functions like CoinZeroN failed to link. These are template functions so I guess it may have something to do with templates. Any suggestions??<br><br>Thanks much.<br><br>Best,<br>Mikhail<br><br></div><div>-- <br>Mikhail Nediak<br>Assistant Professor<br>-------------------------------------------------------<br>Queen's School of Business<br>Kingston, Ontario<br>Canada K7L 3N6<br> Voice: 613.533.3144<br>&nbsp;&nbsp;&nbsp;Fax: 613.533.2325<br>E-mail: <a href="mailto:mnediak@business.queensu.ca">mnediak@business.queensu.ca</a><br>--------------------------------------------------------<br></div></FONT>