On 03/09/09 15:59, Oliver Bolte wrote:
it fixes the missing libstdc++.so.6 problem.

I see, building OOo module icu, the icu makefiles call a program (../bin/genpname) created during the icu build. That program depends on the libstdc++.so.6 from the g++ used for building. The Sun Hamburg build environment is set up in a way that (a) the g++ used for building is taken from a fixed place (independent of the machine the build is done on), (b) the libstdc++.so.6 for that g++ need not be installed in the system directories of the machine the build is done on, and (c) the libstdc++.so.6 for that g++ is copied to the solver lib directory early on during the build (module so_prereq).

I consider it a little odd (but probably effective) to use AUGMENT_LIBRARY_PATH to fix the given problem. (Thinking about it, the fix of adding AUGMENT_LIBRARY_PATH in front of the call to cpp.lcc was of the same category...)

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to