are these links correct
Posted: 10 July 2007 07:29 AM   [ Ignore ]
Newbie
Rank
Total Posts:  23
Joined  2007-05-06

while searchin the erl_call command, I discovered these symbolic links at $MY-CEAN-ROOT/bin:


roberto-saccons-computer:~/cean/bin rsaccon$ ls -al
total 32
drwxr-xr-x   6 rsaccon rsaccon 204 Jul 4 18:41 .
drwxr-xr-x   11 rsaccon rsaccon 374 Jul 4 23:46 ..
-rwxr-xr-x   1 rsaccon rsaccon 247 Jul 4 18:23 erl
lrwxr-xr-x   1 rsaccon rsaccon   36 Jul 4 23:44 erlc -> ../erlang/erts-5.5.5/darwin-x86/erlc
lrwxr-xr-x   1 rsaccon rsaccon   39 Jul 4 23:44 run_erl -> ../erlang/erts-5.5.5/darwin-x86/run_erl
lrwxr-xr-x   1 rsaccon rsaccon   38 Jul 4 23:44 to_erl -> ../erlang/erts-5.5.5/darwin-x86/to_erl


But the actual files reside at a different locations (the ‘bin’ went missing in the link):

roberto-saccons-computer:~/cean/erlang/erts-5.5.5/darwin-x86/bin rsaccon$ ls
beam         child_setup   epmd         erlexec       heart       run_erl       typer
beam.smp     dialyzer     erlc         escript       inet_gethost   to_erl


When correcting this I also have a little feature request: can you add a link to erl_call as well in the CEAN_ROOT/bin directory? erl_call is at:

$MY-CEAN-ROOT/erlang/lib/erl_interface-3.5.5.3/darwin-x86/bin/erl_call;


regards
Roberto

Profile
 
 
Posted: 10 July 2007 08:22 AM   [ Ignore ]   [ # 1 ]
Moderator
Avatar
RankRankRankRank
Total Posts:  107
Joined  2006-11-13

This is a bug, thanks.
ok to add erl_call symlink as well.
it’s on the task list.

Profile