|
socket problems with cc compile options???
There's really not much to the exec. ( actually it's backtick )
It's perl, so it looks like this, ( not that it looks much different )
$rc = `$path/simplesocket.bin >>/tmp/logging.txt 2>&1`;
Note, the launching program does not core or abend, it's just the socket program itself.
|