[omniORB] undefined references after moving to POA

Duncan Grisby dgrisby@uk.research.att.com
Wed, 04 Jul 2001 12:07:16 +0100


On Tuesday 3 July, "ross::barna" wrote:

> I moved my project from BOA to POA and now, when I compile my executable
> the linker complains of many undefined references in my implementation
> library.
> 
> For each class in the library (CLASS), the linker has the following as
> undefined:

[...]
> I am sure that the compiled implementation classes (which inherit public
> virtual from the POA_ classes) are being linked with the executable.  
> What is going on here?  My link line worked fine with the BOA version of
> the project.

Are you sure you are linking in the stubs?  All the things which are
missing should be defined there. Make sure you link with the SK.cc
files.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --