User Tools

Site Tools


informatica:linux:ns2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
informatica:linux:ns2 [2010/01/21 12:55] 192.168.1.30informatica:linux:ns2 [2010/01/21 13:13] 192.168.1.30
Line 8: Line 8:
 Listado de los aplicaciones a instalar: http://www.isi.edu/nsnam/ns/ns-build.html#pieces Listado de los aplicaciones a instalar: http://www.isi.edu/nsnam/ns/ns-build.html#pieces
 Manual: http://wpage.unina.it/marcello.caleffi/ns2/fedora.html Manual: http://wpage.unina.it/marcello.caleffi/ns2/fedora.html
 +
 +
  
  
Line 27: Line 29:
 tcl tcl
 tk tk
-otcl+otcl ./configure --prefix=/usr/ --enable-shared --with-tcl=/usr/local/src/ns2_a_mano/tcl8.4.19/
 tclcl tclcl
 ns2 ns2
Line 87: Line 89:
   ns: error while loading shared libraries: libotcl.so: cannot open shared object file: No such file or directory   ns: error while loading shared libraries: libotcl.so: cannot open shared object file: No such file or directory
  
-Solución:+No funciona:
  
   LD_LIBRARY_PATH+=/usr/local/src/ns2_a_mano/otcl-1.13/libotcl.so   LD_LIBRARY_PATH+=/usr/local/src/ns2_a_mano/otcl-1.13/libotcl.so
Line 93: Line 95:
   TK_LIBRARY+=/usr/local/src/ns2_a_mano/tk8.4.19   TK_LIBRARY+=/usr/local/src/ns2_a_mano/tk8.4.19
  
 +Ahora cuando ejecuto nam:
  
 +<code>
 +nam: 
 +[code omitted because of length]
 +: no event type or button # or keysym
 +    while executing
 +"bind Listbox <MouseWheel> {
 +%W yview scroll [expr {- (%D / 120) * 4}] units
 +}"
 +    invoked from within
 +"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
 +bind Listbox <MouseWheel> {
 +%W yview scroll [expr {- (%D)}] units
 +}
 +bind Li..."
 +</code>
      
  
informatica/linux/ns2.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1