[omniORB] "cannot compute sizeof (char)"

Duncan Grisby duncan@grisby.org
Mon Sep 30 17:09:01 2002


I just discovered one cause for the "cannot compute sizeof (char)"
error: if the C++ runtime library is not on your library path at the
time you run configure, the test executable that configure builds
fails to run, and configure gives up. If your compiler is in a
non-default location, make sure you have LD_LIBRARY_PATH, or
equivalent for your platform set.

Cheers,

Duncan.

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