DLM_REGISTER is a routine that can be called from IDL when you want to register an DLM that is not in the !DLM_PATH: https://www.harrisgeospatial.com/docs/dlm_register.html It sounds like you have an external library that is being called on launch, perhaps in the startup fle or in the IDL_PATH that is using this routine and it cannot find it. Note that the 'path' is misspelled as 'excelis' rather than 'exelis' and references the 'bindarwin.x86_64' instead of the 'bin.darwin.x86_64', so it is likely a user-defined path in an external routine. Can you remove any external libraries you may be linking to?
|