okanisis

Results 5 comments of okanisis

> Hi @okanisis, what is the GCC version here? It's gcc 11.2.0

@Shelnutt2 > What compiler and compiler version are you using for Arch? I'm using `cmake 3.22.3` with `gcc 11.2.0` `ldd` reports: ``` % ldd /usr/lib/libtiledb.so linux-vdso.so.1 (0x00007f910c506000) libbz2.so.1.0 => /usr/lib/libbz2.so.1.0...

> We've tracked down the issue to the `CMAKE_BUILD_TYPE` you are setting to `'None'`. If you change the build type to a valid one, such as `Release`, this particular unit...

> Hi @okanisis, thanks for opening the issue. I have a few questions: > > * Would you mind to share the cmake or bootstrap line you used? (or link...

I can't seem to get the tiledb_unit executable generated during build. suggestions for that? gonna test it out