jeromerobert / hmat-oss

A hierarchical matrix C/C++ library
GNU General Public License v2.0
22 stars 11 forks source link

undefined references to initBlockInfo #39

Closed jschueller closed 9 years ago

jschueller commented 9 years ago

Hi,

It seems there's a linking error with current master: https://s3.amazonaws.com/archive.travis-ci.org/jobs/84929635/log.txt

/home/travis/.local/lib/libhmat-oss.so.1.1.2-40-gcc96ff0: undefined reference to `hmat::Function<double>::initBlockInfo(hmat_block_info_t_struct*)'

/home/travis/.local/lib/libhmat-oss.so.1.1.2-40-gcc96ff0: undefined reference to `hmat::Function<std::complex<float> >::initBlockInfo(hmat_block_info_t_struct*)'

/home/travis/.local/lib/libhmat-oss.so.1.1.2-40-gcc96ff0: undefined reference to `hmat::Function<float>::initBlockInfo(hmat_block_info_t_struct*)'

/home/travis/.local/lib/libhmat-oss.so.1.1.2-40-gcc96ff0: undefined reference to `hmat::Function<std::complex<double> >::initBlockInfo(hmat_block_info_t_struct*)'
jschueller commented 9 years ago

I saw it was reported by travis and you should have received a notification.