Hello Jeremya. 2010/9/28 Jeremya <[email protected]>: > using make in core I get > > sip/sip_stack.a(resolver.o): In function `atomic_int::inc()': > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:42: undefined reference > to `__sync_add_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:42: undefined reference > to `__sync_add_and_fetch_4' > sip/sip_stack.a(resolver.o): In function `atomic_int::dec()': > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > sip/sip_stack.a(resolver.o): In function `atomic_int::inc()': > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:42: undefined reference > to `__sync_add_and_fetch_4' > sip/sip_stack.a(resolver.o): In function `atomic_int::dec()': > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > sip/sip_stack.a(resolver.o):/usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: > more undefined references to `__sync_sub_and_fetch_4' follow > sip/sip_stack.a(resolver.o): In function `atomic_int::inc()': > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:42: undefined reference > to `__sync_add_and_fetch_4' > sip/sip_stack.a(resolver.o): In function `atomic_int::dec()': > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > /usr/local/src/sems-1.3.0/core/sip/../atomic_types.h:47: undefined reference > to `__sync_sub_and_fetch_4' > collect2: ld returned 1 exit status
Yep, that was a known issue. I'll try to find a workaround soon. You may be interested in looking at this ticket: https://bugtracker.iptel.org/view.php?id=46 -- With best regards, Peter Lemenkov. _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
