You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing the following error when trying to compile the 3D version of Amrvis. I have a compiled version of volpack library at the same directory level as amrex and Amrvis.
../volpack/libvolpack.a(vp_renderC.o):(.data.rel.ro+0x20): undefined reference to VPCompAC1NB' ../volpack/libvolpack.a(vp_renderC.o):(.data.rel.ro+0x30): undefined reference to VPCompAC1NB'
collect2: error: ld returned 1 exit status
Make.rules:47: recipe for target 'amrvis3d.gnu.ex' failed
make: *** [amrvis3d.gnu.ex] Error 1
Thanks
The text was updated successfully, but these errors were encountered:
I just ran into this issue on a new Ubuntu20 installation. My guess is some ubuntu package is missing as it works on every other Ubuntu20 system I've encountered that is configured with the full CCSE list. But I can't figure out which one.
Hi,
I am seeing the following error when trying to compile the 3D version of Amrvis. I have a compiled version of volpack library at the same directory level as amrex and Amrvis.
../volpack/libvolpack.a(vp_renderC.o):(.data.rel.ro+0x20): undefined reference to
VPCompAC1NB' ../volpack/libvolpack.a(vp_renderC.o):(.data.rel.ro+0x30): undefined reference to
VPCompAC1NB'collect2: error: ld returned 1 exit status
Make.rules:47: recipe for target 'amrvis3d.gnu.ex' failed
make: *** [amrvis3d.gnu.ex] Error 1
Thanks
The text was updated successfully, but these errors were encountered: