swarm-support
[Top][All Lists]
Advanced

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

Compiling Swarm on OSX with -fgnu-runtime flag


From: Perrone Alessandro
Subject: Compiling Swarm on OSX with -fgnu-runtime flag
Date: Thu, 3 Oct 2002 09:48:45 +0200

Hi all
 Here it is the result of compilation with -fgnu-runtic e flag on, and the result without the fgnu-runtime flag.
--
ld: Undefined symbols:
_objc_msgSend
_ControlStateNextTime
_ControlStateQuit
_ControlStateRunning
_ControlStateStepping
_ControlStateStopped
___objc_class_name_Directory
___objc_class_name_Protocol
_swarm_lookup_module
.objc_class_name_ProbeDisplayManager
.objc_class_name_MT19937gen
.objc_class_name_UniformDoubleDist
.objc_class_name_UniformIntegerDist
.objc_class_name_UniformUnsignedDist
.objc_class_name_TclInterp
.objc_class_name_TkExtra
.objc_class_name_ProbeLibrary
.objc_class_name_CreateDrop
___objc_class_name_COMProxy
___objc_class_name_DirectoryEntry
___objc_class_name_JavaClassProxy
___objc_class_name_JavaCollection
___objc_class_name_JavaCollectionIndex
___objc_class_name_JavaProxy
___objc_class_name_ObjectEntry
___objc_class_name_SelectorEntry
_argp_program_bug_address
_argp_program_version
___objc_class_name_Object
_objc_msgSendSuper
__i_Object_s__drop
make[2]: *** [findImp] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[alessandro-perrones-Computer:~/needed/
---
While the result without the -fgnu-runtime flag is
--
ld: Undefined symbols:
_objc_msgSend
_ControlStateNextTime
_ControlStateQuit
_ControlStateRunning
_ControlStateStepping
_ControlStateStopped
_swarm_lookup_module
_objc_msgSendSuper
_objc_msgSend_stret
__i_Object_s__drop
make[2]: *** [findImp] Error 1
--
Any hints?
Alex

reply via email to

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