GIDForums  

Go Back   GIDForums > Computer Forums > Computer Software Forum - Linux
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 19-Aug-2009, 03:52
alimajeed alimajeed is offline
New Member
 
Join Date: Aug 2009
Posts: 6
alimajeed is on a distinguished road

ns-2.27: recompile problem


hi to all
i have problem in NS-2.27 i make modification on pi.cc and pi.h and i make recompile by using the following instructions:

cd ~/ns-allinone-2.27/ns-2.27
./configure --x-libraries=/usr/x11R6/lib/--x-includes=/usr/x11R6/include/
make ;make install


and after finsh the last instruction i needed to run my TCL program when i type:

ns exp.tcl

it appeared the following message:

bash:ns: command not found

can anyone help me to solve this problem pleeeeeeeeeease....
thank u.
  #2  
Old 19-Aug-2009, 08:36
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,218
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: help me in ns-2.27: recompile problem


Quote:
Originally Posted by alimajeed
Code:
./configure --x-libraries=/usr/x11R6/lib/--x-includes=/usr/x11R6/include/ make ;make install

You need a a space before "--x-includes"

If you have previously compiled ns2 by the three commands that you showed and it won't work after you made source file changes, I recommend the following:
  1. Execute the configure all by itself:
    Code:
    ./configure --x-libraries=/usr/x11R6/lib/ --x-includes=/usr/x11R6/include/

    Actually I always save the configure output so that I can inspect all of the results after everything has scrolled off of the screen. Paste the following onto your command line:
    Code:
    ./configure --x-libraries=/usr/x11R6/lib/ --x-includes=/usr/x11R6/include/ 2>& 1 | tee configure.log

  2. Look carefully in the file configure.log to see if there were problems. If something looks wrong, make whatever changes are indicated and execute the above command again.

  3. Now execute make all by itself. I recommend that you save the output in a file:
    Code:
    make 2>& 1 | tee make.log

  4. If all is OK, then execute make install
    Code:
    make install 2>& 1 | tee install.log

If you previously just ran configure from the allinone directory and did not compile ns2 by itself, I would probably go back to the allinone directory and run the configure command from there.

Code:
./configure --put_your_configure_options_here 2>& 1 | tee configure.log

Let us know how it turns out.


Regards,

Dave
  #3  
Old 20-Aug-2009, 02:22
alimajeed alimajeed is offline
New Member
 
Join Date: Aug 2009
Posts: 6
alimajeed is on a distinguished road

Re: help me in ns-2.27: recompile problem


Dear Dave:
i am thank you for your attention for my problem i execute your instructions as following:

Code:
./configure --x-libraries=/usr/x11R6/lib/ --x-includes=/usr/x11R6/include/ 2>& 1 | tee configure.log

i get the following:

Quote:
No .configure file found in current directory
Continuing with default options...
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for dcgettext in -lintl... yes
checking for getnodebyname in -ldnet_stub... no
checking that g++ can handle -O2... no
checking if C++ libraries work without any namespace... no
checking if C++ libraries work with namespace std... yes
checking if STL works without any namespace... no
checking if STL works with namespace std... yes
checking should use STL... yes
checking for tcl.h... -I../include
checking for libtcl8.4... -L../lib -ltcl8.4
checking for init.tcl... ../lib/tcl8.4
checking for tclsh8.4.5... no
checking for tclsh8.4... no
checking for tclsh... ../tcl8.4.5/unix/tclsh
checking for tk.h... -I../include
checking for libtk8.4... -L../lib -ltk8.4
checking for tk.tcl... ../lib/tk8.4
checking for otcl.h... -I../otcl-1.8
checking for libotcl1.8... -L../otcl-1.8 -lotcl
checking for tclcl.h... -I../tclcl-1.15
checking for libtclcl... -L../tclcl-1.15 -ltclcl
checking for tcl2c++... ../tclcl-1.15
checking for X11 header files
checking for X11 library archive
checking for libXext.a
warning: compiling without -lXext
checking for libtcldbg... no
checking dmalloc... not requested with --with-dmalloc
checking for perl... /usr/bin
checking for ANSI C header files... (cached) yes
checking for bcopy... yes
checking for bzero... yes
checking for fesetprecision... no
checking for getrusage... yes
checking for sbrk... yes
checking for snprintf... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking net/ethernet.h usability... no
checking net/ethernet.h presence... no
checking for net/ethernet.h... no
checking return type of random... int
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_char... yes
checking for u_int... yes
checking for strtoq... no
checking for strtoll... yes
checking for long... yes
checking size of long... 4
checking for __int64_t... no
checking for long long... yes
checking for int64_t... yes
checking which kind of 64-bit int to use... int64_t
checking for struct ether_header... not found
checking for struct ether_addr... not found
checking for addr2ascii... no
checking for Linux compliant tcphdr... not found
checking for BSD compliant tcphdr... found
checking for socklen_t... yes
checking for main in -lpcap... no
checking to make nse... no
Explicitly disabling static compilation
no dynamic load lib
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tcl/lib/ns-autoconf.tcl
config.status: creating indep-utils/webtrace-conv/ucb/Makefile
config.status: creating indep-utils/webtrace-conv/dec/Makefile
config.status: creating indep-utils/webtrace-conv/nlanr/Makefile
config.status: creating indep-utils/webtrace-conv/epa/Makefile
config.status: creating indep-utils/cmu-scen-gen/setdest/Makefile
config.status: creating autoconf.h
config.status: autoconf.h is unchanged
Now for the follwing command:

Code:
make 2>& 1 | tee make.log

i get the following:
Quote:
/home/pc/ns-allinone-2.27/tcl8.4.5/unix/tclsh bin/tcl-expand.tcl tcl/lib/ns-lib.tcl tcl/lib/ns-diffusion.tcl | ../tclcl-1.15/tcl2c++ et_ns_lib > gen/ns_tcl.cc
g++ -c -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_8 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/usr/x11R6/include/ -I/home/pc/ns-allinone-2.27/tclcl-1.15 -I/home/pc/ns-allinone-2.27/otcl-1.8 -I/home/pc/ns-allinone-2.27/include -I/home/pc/ns-allinone-2.27/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -o gen/ns_tcl.o gen/ns_tcl.cc
g++ -o ns \
common/tclAppInit.o tools/random.o tools/rng.o tools/ranvar.o common/misc.o common/timer-handler.o common/scheduler.o common/object.o common/packet.o common/ip.o routing/route.o common/connector.o common/ttl.o trace/trace.o trace/trace-ip.o classifier/classifier.o classifier/classifier-addr.o classifier/classifier-hash.o classifier/classifier-virtual.o classifier/classifier-mcast.o classifier/classifier-bst.o classifier/classifier-mpath.o mcast/replicator.o classifier/classifier-mac.o classifier/classifier-qs.o classifier/classifier-port.o src_rtg/classifier-sr.o src_rtg/sragent.o src_rtg/hdr_src.o adc/ump.o qs/qsagent.o qs/hdr_qs.o apps/app.o apps/telnet.o tcp/tcplib-telnet.o tools/trafgen.o trace/traffictrace.o tools/pareto.o tools/expoo.o tools/cbr_traffic.o adc/tbf.o adc/resv.o adc/sa.o tcp/saack.o tools/measuremod.o adc/estimator.o adc/adc.o adc/ms-adc.o adc/timewindow-est.o adc/acto-adc.o adc/pointsample-est.o adc/salink.o adc/actp-adc.o adc/hb-adc.o adc/expavg-est.o adc/param-adc.o adc/null-estimator.o adc/adaptive-receiver.o apps/vatrcvr.o adc/consrcvr.o common/agent.o common/message.o apps/udp.o common/session-rtp.o apps/rtp.o tcp/rtcp.o common/ivs.o common/messpass.o common/tp.o common/tpm.o apps/worm.o tcp/tcp.o tcp/tcp-sink.o tcp/tcp-reno.o tcp/tcp-newreno.o tcp/tcp-vegas.o tcp/tcp-rbp.o tcp/tcp-full.o tcp/rq.o baytcp/tcp-full-bay.o baytcp/ftpc.o baytcp/ftps.o tcp/scoreboard.o tcp/scoreboard-rq.o tcp/tcp-sack1.o tcp/tcp-fack.o tcp/tcp-asym.o tcp/tcp-asym-sink.o tcp/tcp-fs.o tcp/tcp-asym-fs.o tcp/tcp-qs.o tcp/tcp-int.o tcp/chost.o tcp/tcp-session.o tcp/nilist.o sctp/sctp.o apps/sctp_app1.o sctp/sctp-timestamp.o sctp/sctp-hbAfterRto.o sctp/sctp-multipleFastRtx.o sctp/sctp-newreno.o tools/integrator.o tools/queue-monitor.o tools/flowmon.o tools/loss-monitor.o queue/queue.o queue/drop-tail.o adc/simple-intserv-sched.o queue/red.o queue/semantic-packetqueue.o queue/semantic-red.o tcp/ack-recons.o queue/sfq.o queue/fq.o queue/drr.o queue/srr.o queue/cbq.o queue/jobs.o queue/marker.o queue/demarker.o link/hackloss.o queue/errmodel.o queue/fec.o link/delay.o tcp/snoop.o gaf/gaf.o link/dynalink.o routing/rtProtoDV.o common/net-interface.o mcast/ctrMcast.o mcast/mcast_ctrl.o mcast/srm.o common/sessionhelper.o queue/delaymodel.o mcast/srm-ssm.o mcast/srm-topo.o apps/mftp.o apps/mftp_snd.o apps/mftp_rcv.o apps/codeword.o routing/alloc-address.o routing/address.o lib/int.Vec.o lib/int.RVec.o lib/dmalloc_support.o webcache/http.o webcache/tcp-simple.o webcache/pagepool.o webcache/inval-agent.o webcache/tcpapp.o webcache/http-aux.o webcache/mcache.o webcache/webtraf.o webcache/webserver.o webcache/logweb.o empweb/empweb.o empweb/empftp.o realaudio/realaudio.o mac/lanRouter.o classifier/filter.o common/pkt-counter.o common/Decapsulator.o common/Encapsulator.o common/encap.o mac/channel.o mac/mac.o mac/ll.o mac/mac-802_11.o mac/mac-802_3.o mac/mac-tdma.o mac/smac.o mobile/mip.o mobile/mip-reg.o mobile/gridkeeper.o mobile/propagation.o mobile/tworayground.o mobile/antenna.o mobile/omni-antenna.o mobile/shadowing.o mobile/shadowing-vis.o mobile/dumb-agent.o common/bi-connector.o common/node.o common/mobilenode.o mac/arp.o mobile/god.o mobile/dem.o mobile/topography.o mobile/modulation.o queue/priqueue.o queue/dsr-priqueue.o mac/phy.o mac/wired-phy.o mac/wireless-phy.o mac/mac-timers.o trace/cmu-trace.o mac/varp.o mac/mac-simple.o dsdv/dsdv.o dsdv/rtable.o queue/rtqueue.o routing/rttable.o imep/imep.o imep/dest_queue.o imep/imep_api.o imep/imep_rt.o imep/rxmit_queue.o imep/imep_timers.o imep/imep_util.o imep/imep_io.o tora/tora.o tora/tora_api.o tora/tora_dest.o tora/tora_io.o tora/tora_logs.o tora/tora_neighbor.o dsr/dsragent.o dsr/hdr_sr.o dsr/mobicache.o dsr/path.o dsr/requesttable.o dsr/routecache.o dsr/add_sr.o dsr/dsr_proto.o dsr/flowstruct.o dsr/linkcache.o dsr/simplecache.o dsr/sr_forwarder.o aodv/aodv_logs.o aodv/aodv.o aodv/aodv_rtable.o aodv/aodv_rqueue.o common/ns-process.o satellite/satgeometry.o satellite/sathandoff.o satellite/satlink.o satellite/satnode.o satellite/satposition.o satellite/satroute.o satellite/sattrace.o rap/raplist.o rap/rap.o rap/media-app.o rap/utilities.o common/fsm.o tcp/tcp-abs.o diffusion/diffusion.o diffusion/diff_rate.o diffusion/diff_prob.o diffusion/diff_sink.o diffusion/flooding.o diffusion/omni_mcast.o diffusion/hash_table.o diffusion/routing_table.o diffusion/iflist.o tcp/tfrc.o tcp/tfrc-sink.o mobile/energy-model.o apps/ping.o tcp/tcp-rfc793edu.o queue/rio.o queue/semantic-rio.o tcp/tcp-sack-rh.o tcp/scoreboard-rh.o plm/loss-monitor-plm.o plm/cbr-traffic-PP.o linkstate/hdr-ls.o mpls/classifier-addr-mpls.o mpls/ldp.o mpls/mpls-module.o routing/rtmodule.o classifier/classifier-hier.o routing/addr-params.o nix/hdr_nv.o nix/classifier-nix.o nix/nixnode.o routealgo/rnode.o routealgo/bfs.o routealgo/rbitmap.o routealgo/rlookup.o routealgo/routealgo.o nix/nixvec.o nix/nixroute.o diffserv/dsred.o diffserv/dsredq.o diffserv/dsEdge.o diffserv/dsCore.o diffserv/dsPolicy.o diffserv/ew.o diffserv/dewp.o queue/red-pd.o queue/pi.o queue/vq.o queue/rem.o queue/gk.o pushback/rate-limit.o pushback/rate-limit-strategy.o pushback/ident-tree.o pushback/agg-spec.o pushback/logging-data-struct.o pushback/rate-estimator.o pushback/pushback-queue.o pushback/pushback.o common/parentnode.o trace/basetrace.o common/simulator.o asim/asim.o common/scheduler-map.o common/splay-scheduler.o linkstate/ls.o linkstate/rtProtoLS.o pgm/classifier-pgm.o pgm/pgm-agent.o pgm/pgm-sender.o pgm/pgm-receiver.o mcast/rcvbuf.o mcast/classifier-lms.o mcast/lms-agent.o mcast/lms-receiver.o mcast/lms-sender.o queue/delayer.o diffusion3/lib/nr/nr.o diffusion3/lib/dr.o diffusion3/filters/diffusion/one_phase_pull.o diffusion3/filters/diffusion/two_phase_pull.o diffusion3/lib/diffapp.o diffusion3/ns/diffagent.o diffusion3/ns/diffrtg.o diffusion3/ns/difftimer.o diffusion3/filter_core/filter_core.o diffusion3/filter_core/iolog.o diffusion3/filter_core/iostats.o diffusion3/lib/main/attrs.o diffusion3/lib/main/events.o diffusion3/lib/main/iodev.o diffusion3/lib/main/iohook.o diffusion3/lib/main/timers.o diffusion3/lib/main/message.o diffusion3/lib/main/tools.o diffusion3/apps/gear_examples/gear_common.o diffusion3/apps/gear_examples/gear_receiver.o diffusion3/apps/gear_examples/gear_sender.o diffusion3/apps/rmst_examples/rmst_sink.o diffusion3/apps/rmst_examples/rmst_source.o diffusion3/apps/ping/1pp_ping_sender.o diffusion3/apps/ping/1pp_ping_receiver.o diffusion3/apps/ping/2pp_ping_sender.o diffusion3/apps/ping/2pp_ping_receiver.o diffusion3/apps/ping/ping_common.o diffusion3/apps/ping/push_receiver.o diffusion3/apps/ping/push_sender.o diffusion3/filters/gear/gear_attr.o diffusion3/filters/gear/gear.o diffusion3/filters/gear/gear_tools.o diffusion3/filters/misc/log.o diffusion3/filters/misc/srcrt.o diffusion3/filters/misc/tag.o diffusion3/filters/rmst/rmst.o diffusion3/filters/rmst/rmst_filter.o gen/version.o gen/ns_tcl.o gen/ptypes.o common/win32.o -L/home/pc/ns-allinone-2.27/tclcl-1.15 -ltclcl -L/home/pc/ns-allinone-2.27/otcl-1.8 -lotcl -L/home/pc/ns-allinone-2.27/lib -ltk8.4 -L/home/pc/ns-allinone-2.27/lib -ltcl8.4 -L/usr/11xR6/lib/ -lX11 -lintl -lm
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make: *** [ns] Error 1

Which showes error i don't understand the reason of this error

and for this command:


Code:
make install 2>& 1 | tee install.log

i get this:

/
Quote:
usr/bin/install -c -m 555 -o bin -g bin ns /usr/local/bin
/usr/bin/install: invalid user `bin'
make: *** [install-ns] Error 1

i hope that you can help me
thank you very much

Ali
  #4  
Old 20-Aug-2009, 09:32
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,218
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: help me in ns-2.27: recompile problem


Quote:
Originally Posted by alimajeed
... execute your instructions as following:
Code:
./configure --x-libraries=/usr/x11R6/lib/ --x-includes=/usr/x11R6/include/ 2>& 1 | tee configure.log
That was the command line that you had originally shown except that I put a space before the "--x-includes". I suggested that you could expect this to work if you had previously compiled ns2 by itself like this. I didn't question why you were using that. Now I ask it: Why did you put those values for --x-libraries and --x-includes?

On my Centos Linux systems the X11 libraries are under directory /usr/lib, not /usr/x11R6. Not all installations have the same location, and, in fact I don't have to tell gcc where to find the X11 libraries; it was given that information when the libraries were installed. Some installations have the X11 libraries at /usr/X11R6 (note the upper case X), maybe some have them at other places. Try "whereis libX11" on the command line (Note upper case X) and maybe your system will tell you.


Quote:
Originally Posted by alimajeed
...i get the following:

.
.
.
2.27/otcl-1.8 -lotcl -L/home/pc/ns-allinone-2.27/lib -ltk8.4 -L/home/pc/ns-allinone-2.27/lib -ltcl8.4 -L/usr/11xR6/lib/ -lX11 -lintl -lm
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make: *** [ns] Error 1
It looks to me as if you gave the configure command the x-libraries parameter a value of something like /usr/11xR6 and not /usr/x11R6 as you posted. It's really (really) important that you tell us exactly what you are doing.

In any case, since make failed, there is absolutely no reason to try make install. The idea is to take things (configure, make, make install) one step at a time. Don't even think about going to the next step until it looks OK at the current step. That's why I suggested that you save each step's progress in a log file. Look (yes, look) at the log file at each step.

Here's my next suggestion: Instead of trying to make ns by itself, start all over again in the allinone directory. (See Footnote.)

Enter the following on a command line in the ns-allinone-2.34 directory (or whatever allinone directory you have).

Code:
./install 2>& 1 | tee install.log

The tail end of install.log should tell the tale.

If you still have problems or if you have any further questions, tell us what Linux distribution you are using and what version.

For example mine is a 32-bit Centos 5.3 distribution. If you are using something else, I may or may not be able to give specific directions, but I'm willing to try. Also, maybe someone else with a distribution like yours can help. My point being that when things don't go exactly as you expect, we are more likely to be able to help with fewest iterations if we know exactly what you are using.


Regards,

Dave

Footnotes: In my previous post I suggested that you run "configure" from the allinone directory. That was a mistake. Current distributions of ns-allinone don't have the configure script in that directory. Run install as I show in this post.

Also note that ns-allinone-2.27 is outdated. (It was released in 2004.) Current versions of gcc have problems with some of the stuff there. I strongly recommend that you download the latest version from here: http://sourceforge.net/projects/nsna...allinone-2.34/
Last edited by davekw7x : 20-Aug-2009 at 10:25.
  #5  
Old 21-Aug-2009, 02:37
alimajeed alimajeed is offline
New Member
 
Join Date: Aug 2009
Posts: 6
alimajeed is on a distinguished road

Re: help me in ns-2.27: recompile problem


Dear Dave
i use cygwin (Linux-like environment for Windows)
in my project i need to modifay some files that alrady come with Ns2.27
those files: pi.cc , pi.h
and my main program is exp.tcl
when i search on internet they told me: when i make chages i need to reconfigure Ns-2 and they give me the instructions that i showed in my firest post but as you see when i run those istructions it give error..
i tray ./install and when i type :
ns exp.tcl
i get this ns:command not found
i ask you to give me the right way to reconfigure NS-2.

Note: when i install cygwin i get this message:
http://img101.herosh.com/2009/08/21/119271825.jpg
does this effect??
thank you
  #6  
Old 21-Aug-2009, 02:39
alimajeed alimajeed is offline
New Member
 
Join Date: Aug 2009
Posts: 6
alimajeed is on a distinguished road

Re: help me in ns-2.27: recompile problem


The massage
http://img101.herosh.com/2009/08/21/119271825.jpg
  #7  
Old 21-Aug-2009, 02:40
alimajeed alimajeed is offline
New Member
 
Join Date: Aug 2009
Posts: 6
alimajeed is on a distinguished road

Re: help me in ns-2.27: recompile problem


http://
img101.herosh.com/2009/08/21/119271825.jpg
  #8  
Old 21-Aug-2009, 08:53
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,218
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: help me in ns-2.27: recompile problem


Quote:
Originally Posted by alimajeed
Note: when i install cygwin i get this message...
It says to reinstall cygwin.
I would go to http://www.cygwin.com/ and I would click on Install or update

Quote:
Originally Posted by alimajeed
i ask you to give me the right way to reconfigure NS-2
If you had mentioned that you are trying to run on Windows, I probably wouldn't have responded, since I don't run any X11 stuff on any of my Windows workstations.

Bottom line: I can't help. Sorry.

Regards,

Dave

"Over and out."
 
 

Recent GIDBlogProgramming ebook direct download available by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache Web Server newbie problem niss3 Apache Web Server Forum 1 13-Apr-2009 19:38
Torrents Download Problem chandeep Computer Software Forum - Linux 7 09-Oct-2006 23:37
Graphic problem in Unreal Tournament 2004 zerox Computer Software Forum - Games 10 09-Oct-2005 13:31
a significant problem after installing Xp mohammad Computer Software Forum - Windows 10 09-Aug-2005 08:03

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 14:11.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.