Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 3d3rosa

    linking C++ libs from C

    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...
  2. 3d3rosa

    linking C++ libs from C

    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...
  3. 3d3rosa

    Linker error

    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...
  4. 3d3rosa

    Remote shell

    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...

Part and Inventory Search

Back
Top