On Sat, 22 Jul 2000 19:36:39 +0200 Daniel Neri wrote: > alea miras writes: > > > I tried to compile ERLANG V4.9.1 on a Red Hat 6.2 i386 machine which > > seemed to be successfull. However if I try to start ERLANG with its > > toolbar (erl -s toolbar) the shell gives me > > > > {'init terminating in do_boot',{startup_timeout,toolbar}} > > What happens if you try starting it from the erlang shell? I.e. > > ,---- > | Eshell V4.9.1 (abort with ^G) > | 1> toolbar:start(). > | <0.30.0> > | 2> > `---- This results essentially in the same behavior: Erlang (BEAM) emulator version 4.9.1 [source] Eshell V4.9.1 (abort with ^G) 1> toolbar:start(). ** exited: {startup_timeout,toolbar} ** 2> > > > after a while. I followed the installation instructions, doing: > > > > ./configure prefix=/opt/ERLANG > > make > > make install > > Did you apply the patches found at the "bugs & fixes" page[*]? Not yet. > > > Best wishes, > --Daniel > > > [*] http://www.erlang.org/faq/bugs_and_fixes.html > > -- > Daniel Neri > dne@mayonnaise.net Thank you - Kind regards, Alea Miras