swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Status of compiling swarm on OsX


From: Perrone Alessandro
Subject: Status of compiling swarm on OsX
Date: Mon, 2 Dec 2002 00:47:23 +0100

Hi all
after a lot of hours spent with my dual processor, I have reduced the "undefined symbols" of the compilation . Now I have "only" the following error.
--
/usr/bin/ld: Undefined symbols:
__i_Object_s__drop
__i_GroupIndex_c__nextAction_
__i_ListIndex_mlinks__get
__i_ScheduleIndex_c__get
__i_ScheduleIndex_c__nextAction_
__i_ActivationOrder_c__addLast_
__i_ListIndex_mlinks__setLoc_
__i_List_mlinks__addLast_
__i_MapIndex_c__next
__i_MapIndex_c__next_
_i_MapIndex_c(long double *,...)(void)
__i_MapIndex_c__setLoc_
__i_Map_c__at_insert_
__i_Map_c__at_memberSlot_
__i_Map_c__createIndex_fromMember_
__i_OrderedSet_c__remove_
__i_Zone_c__allocIVarsComponent_
_argp_program_bug_address
_argp_program_version
__i_Zone_c__freeIVarsComponent_
__i_ListIndex_mlinks__remove
__i_List_mlinks__createIndex_fromMember_
__i_ComponentZone_c__allocIVars_
__i_ListIndex_linked__addBefore_
__i_ListIndex_linked__get
__i_ListIndex_linked__getLoc
__i_ListIndex_linked__next
_i_ListIndex_linked(long double *,...)(void)
__i_ListIndex_linked__remove
__i_ListIndex_linked__setLoc_
__i_MapIndex_c__getLoc
__i_Zone_c__allocBlock_
__i_Zone_c__freeBlock_blockSize_
--

I am trying to find the error using  Unix nm package.
For example
__i_Object_s__drop is undefined in the following libraries
[Alessandro-Perrones-Computer:swarm-2002-05-14/src/collections] alex% nm OrderedSet.o | grep __i_Object_s__drop
         U __i_Object_s__drop
[Alessandro-Perrones-Computer:swarm-2002-05-14/src/collections] alex% nm Map.o | grep __i_Object_s__drop
         U __i_Object_s__drop
[Alessandro-Perrones-Computer:src/collections/.libs] alex% cd ../../defobj/.libs/ [Alessandro-Perrones-Computer:src/defobj/.libs] alex% nm *.a | grep __i_Object_s__drop
         U __i_Object_s__drop
         U __i_Object_s__drop
[Alessandro-Perrones-Computer:src/defobj/.libs] alex% cd ../../activity/.libs/
[Alessandro-Perrones-Computer:src/activity/.libs] alex% nm *.a | grep __i_Object_s__drop
         U __i_Object_s__drop
         U __i_Object_s__drop
         U __i_Object_s__drop
         U __i_Object_s__drop
[Alessandro-Perrones-Computer:src/activity/.libs] alex% cd ../../objectbase/.libs/ [Alessandro-Perrones-Computer:src/objectbase/.libs] alex% nm *.a | grep __i_Object_s__drop
         U __i_Object_s__drop

---
Any  hints?
Next  I'll spend a couple of hours to examine some of the other errors.
Reghards
                                ALEX

                 ==================================
  Swarm-Support is for discussion of the technical details of the day
  to day usage of Swarm.  For list administration needs (esp.
  [un]subscribing), please send a message to <address@hidden>
  with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]