I've been in 40 years, just root user, and there's no other user for me !
As for starting "gcc -shared", I need executable that can be run, and
for which the dlopen can be made.
At this point, only dlopen is working.
On 24.6.21. 14:08, Xi Ruoyao wrote:
On Thu, 2021-06-24 at 13:05 +0200, gmail Vladimir Koković via Gcc-help
wrote:
compiler options.
We won't build something relying on hardcoded path "/asoft-src/ispp-64"
on our system. Creating "/asoft-src" needs root privilege and it's bad
to use root privilege for some unauthorized code from email.
But just by reading your code: vk-trace is created by "gcc -shared", and
you can't run it directly.