Symbol not found - CUnit on Snow Leopard
        Posted  
        
            by Fredrik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fredrik
        
        
        
        Published on 2010-03-27T16:16:23Z
        Indexed on 
            2010/03/27
            16:23 UTC
        
        
        Read the original article
        Hit count: 483
        
I just installed CUnit on Snow Leopard with MacPorts/DarwinPorts. The installed worked fine after installing the "Snow Leopard compatible" version of MacPorts. However, I get en error when trying to run och unit tests:
dyld: Symbol not found: _acs_map
  Referenced from: /opt/local/lib/libcunit.1.dylib
  Expected in: flat namespace
 in /opt/local/lib/libcunit.1.dylib
Trace/BPT trap
Has anyone come across this problem or has anyone successfully got CUnit working on Snow Leopard some other way?
© Stack Overflow or respective owner