[Ns-developers] ns-2.33 release candidates for testing
Sally Floyd
sallyfloyd at mac.com
Fri Mar 7 17:57:04 PST 2008
> Sally Floyd wrote:
>> Tom -
>> It works on my new MacBook Air (Mac OS X 10.5.2, Intel processor),
>> after following Lloyd's notes on Leopard at
>> "http://nsnam.isi.edu/nsnam/index.php/Troubleshooting#OS_X_Leopard_10.5
>> ".
From Tom:
>> However, regarding following Lloyd's notes above, was your testing
>> of allinone or just ns-2?
Tom -
I downloaded allinone to get the most recent versions of otcl and tcl
and such,
but didn't use the ns-2 from allinone. For ns-2, I just did a "cvs
update" of my ns-2
directory.
I used Lloyd's notes to make otcl, tclcl, and ns-2:
cd ~/ns-all/otcl-1.13
make clean
./configure --x-includes=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/
include \
--x-libraries=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib
make
cd ~/ns-all/tclcl-1.19
make realclean
./configure --enable-gcc \
--x-includes=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include \
--x-libraries=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib
make
cd ~/ns-all/ns-2
make distclean
./configure --x-includes=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/
include \
--x-libraries=/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib
make >& make.out
This worked because I had already installed the
Xcode 3.0 Developer Tools for Mac OS X v10.5,
available from
"http://developer.apple.com/tools/download/"...
- Sally
http://www.icir.org/floyd/
More information about the Ns-developers
mailing list