Changes between Initial Version and Version 2 of Ticket #13535


Ignore:
Timestamp:
Dec 10, 2007, 5:20:29 PM (16 years ago)
Author:
jmpp@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13535

    • Property Cc ryandesign@… added
    • Property Summary changed from Problem with installing NS-2 port to ns-2 and dependencies want gcc-3.3 and are out of date
    • Property Milestone changed from to Port Bugs
  • Ticket #13535 – Description

    initial v2  
    11I am new to mac os x system, I tried to install the NS-2 port on my macbook (intel-based core 2 duo 2.2 GHz, 4 GB ram, Leopard), but I got errors in the early stages of the installation, starting with otcl
    22
     3{{{
    34in/g++-3.3 " returned error 77
    45Command output: No .configure file found in current directory
     
    1112configure: error: C compiler cannot create executables
    1213See `config.log' for more details.
    13  
     14}}}
     15
    1416..... I found later on that OTCL, TCLCL, and NS-2 ports use gcc-3.3 and gcc++-3.3 which are only compatible with powerpc processors for mac os x. I edited the port files and replaced the gcc-3.3 with gcc-4.0 and gcc++-3.3 with gcc++4.0, and the installation went through, but gave a warning message at the end
    1517
     18{{{
    1619utayba-mohammads-macbook:~ utayba$ sudo port install ns-2
    1720Portfile changed since last build; discarding previous state
     
    2932--->  Activating ns-2 20050728_0
    3033--->  Cleaning ns-2
     34}}}
    3135
    3236I read in some sites that using gcc-4.0 could cause some problems with ns-2 but I hope it won't hurt much.... If there is a better way to solve this please let me know