Open woodbri opened 3 years ago
I don't know if this helps but some more info:
woodbri@B1B8B6F:~/work/GrADS-jam/src$ ldconfig -p | grep units
libudunits2.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libudunits2.so.0
libudunits2.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libudunits2.so
woodbri@B1B8B6F:~/work/GrADS-jam/src$ nm /usr/local/lib/libgradspy.so | grep ' ut_'
00000000000b0a63 T ut_create_buffer
00000000000b09a3 T ut_delete_buffer
00000000000b09d9 T ut_flush_buffer
00000000000b0a1d T ut_init_buffer
00000000000b0919 T ut_load_buffer_state
00000000000b16d9 T ut_scan_buffer
00000000000b177b T ut_scan_bytes
00000000000b17f0 T ut_scan_string
00000000000b0955 T ut_switch_to_buffer
woodbri@B1B8B6F:~/work/GrADS-jam/src$ grep ut_ignore *
grep: build: Is a directory
gasdf.c: ut_set_error_message_handler(ut_ignore);
Binary file gasdf.o matches
Binary file grads matches
Look like I've run into two issues with building on Ubuntu 18.04. 1) It looks like the Makefile linking the grads command is failing to add -ludunits2
but linking like this works by manually adding -ludunits2 to the link command
notice the manual inclusion of '-ludunits2' to get it to link,