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
Hi. Just downloaded fresh archive to play with. On linking, the linker throws errors on a lot of the object files: "undefined reference to `operator delete(void*, unsigned int)'". Looks like it happens when deleting certain objects in the file system, process, and device core files using the "delete" command. Using g++ 9.3.0 on Ubuntu 20.04.
Any clues appreciated!
Thanks.
Rich
The text was updated successfully, but these errors were encountered:
Hi. Just downloaded fresh archive to play with. On linking, the linker throws errors on a lot of the object files: "undefined reference to `operator delete(void*, unsigned int)'". Looks like it happens when deleting certain objects in the file system, process, and device core files using the "delete" command. Using g++ 9.3.0 on Ubuntu 20.04.
Any clues appreciated!
Thanks.
Rich
The text was updated successfully, but these errors were encountered: