<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Reading Joe Armstrong's book and trying all the examples :)<br>
<br>
Anyway, in the "Distributed Programming" chapter I'm trying to run one
node on a Linux box and another one on a Windows box.<br>
<br>
Unfortunately, trying to invoke erl like this:<br>
<blockquote>erl -name bilbo -setcookie abc<br>
</blockquote>
results in "Can't set long node name. Please check your configuration"<br>
<br>
Both machines run on DHCP. And yes, I know, Windows sucks :) But I need
it :(<br>
</body>
</html>