Is it possible to link in a C program a C++ shared library? I managed to do it but only if my shared library doesn't contain C++ "stuff" like "cout" or "cin". When I build a program linking my C++ lib the C linker can't find "mangled" C++ names of...
Is it possible to link in a C program a C++ shared library? I managed to do it but only if my shared library doesn't contain C++ "stuff" like "cout" or "cin". When I build a program linking my C++ lib the C linke can't find "magled" C++ names of...
I haven't managed to get any information about the linker error "138" I have sometimes when I link many objects together with "ld" command; it seems to happen random, especially with "heavy" software to compile. With this error I obtain a core dump file from the...
When I try to execute a remote-shell command $cmd on a workstation WS_B from a workstation WS_A:<br><br>rsh -l $user WS_B $cmd<br><br>I receive this error:<br><br>rcmd: socket: Permission denied<br><br>On WS_B $user home directory there is the correct .rhosts file: if I try to execute a rcp from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.