[omniORB] DIR_CPPFLAGS im omniOrb-4.1.0

Duncan Grisby duncan at grisby.org
Mon Oct 1 17:34:26 BST 2007


On Monday 24 September, "Will Denissen" wrote:

> In omniOrb-4.1.0 several dir.mk files contain DIR_CPPFLAGS that are appended
> with -D<key>=<value>, where value is a string.
> Depending on the definition of CXX as 1) an executable g++ or 2) a script
> wrapped around a g++, the results of the
> gmake command is different; 1) succeeds and 2) crashes.
> 
> Is there any string passing method which makes these DIR_CPPFLAGS
> independent of the CXX definition?

What exactly is the issue?  Which makefiles fail?  And what's in your
script?  Does it perhaps include an invocation of g++ like

  g++ $@

or maybe

  g++ $*

If so, does it work if you change it to

  g++ "$@"

?

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list