-
Hi everybody, There is also some output
The important part of the
The only hint I found on the internet ist to use |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If I understand correctly, The messages you pasted above are just warnings about implicit declarations... the actual error seems to be a linking error:
but it's not clear what the actual linking error is. It might be related to strlcat, or it might be something else entirely... |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick response, and sorry, the reason why the error in the above output is somewhere else is that I ran it again (and some parts were left out apparently), so I posted the wrong output. After a
I also see that all some of the functions complaining about implicit declaration have |
Beta Was this translation helpful? Give feedback.
-
This seems potentially relevant to me:
You've got a custom |
Beta Was this translation helpful? Give feedback.
Thanks for your suggestion!
I checked all libraries in my
gcc_132
installation as well as the ones in/lib64
, none of them (except some special ones like libkde*.so and libruby.so) contains strlcat. But I found the function in mynetcdf4.9.2
installation. Thus I tried without my netcdf and hdf5, using--netcdf=v492
, but withoutenable-hdf5
. Result: IT WORKS!. However, when I load the hdf5 module (but not netcdf, so that no netcdf stuff is in any of the environment variables) and--enable-hdf5
, it again shows the same error, even though there is not strlcat in the hdf5 libraries. (hdf5 does not seem to be a requirement for moose, so it will probably work without).