Hello all, As a preamble, I am not very good in C++ but upstream are good C++ coders and they haven't found a solution so far. I have a package that fails to build since gcc 4.3, libnc-dap, and I am lost about what could be wrong. It is basically a library and a utility built on top of the library. When linking the utility, it gets: ../.libs/libnc-dap.so: undefined reference to `Connections<NCConnect*>::operator[](int)' However in Connections.cc, there is: template <class T> T & Connections<T>::operator[](int i) { return _conns[i]; } which looks good. Any advice? koji failed build can be found at: http://koji.fedoraproject.org/koji/getfile?taskID=806722&name=build.log srpm built by koji is at: http://koji.fedoraproject.org/koji/getfile?taskID=806715&name=libnc-dap-3.7.0-11.fc10.src.rpm This is very annoying since this issue is also present in the latest libnc-dap version and it prevents from updating the whole libdap/OPeNDAP stack. Thanks in advance. -- Pat -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list