README (e76eebc6) | README (81e6fec9) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 36 unchanged lines hidden (view full) --- 45/opt/openoffice.org/ure/lib/libstlport_sunpro.so [Solaris only] 46/opt/openoffice.org/ure/share/java/unoloader.jar 47/opt/openoffice.org/ure/share/java/juh.jar 48/opt/openoffice.org/ure/share/java/jurt.jar 49/opt/openoffice.org/ure/share/java/ridl.jar 50/opt/openoffice.org/ure/share/misc/types.rdb 51/opt/openoffice.org/ure/share/misc/services.rdb 52/opt/openoffice.org/ure/lib/libxml2.so.2 [external] | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 36 unchanged lines hidden (view full) --- 45/opt/openoffice.org/ure/lib/libstlport_sunpro.so [Solaris only] 46/opt/openoffice.org/ure/share/java/unoloader.jar 47/opt/openoffice.org/ure/share/java/juh.jar 48/opt/openoffice.org/ure/share/java/jurt.jar 49/opt/openoffice.org/ure/share/java/ridl.jar 50/opt/openoffice.org/ure/share/misc/types.rdb 51/opt/openoffice.org/ure/share/misc/services.rdb 52/opt/openoffice.org/ure/lib/libxml2.so.2 [external] |
53/opt/openoffice.org/ure/lib/libgcc_s.so.1 [external; Linux x86 only] 54/opt/openoffice.org/ure/lib/libstdc++.so.6 [external; Linux x86 only] | |
55/opt/openoffice.org/ure/bin/startup.sh [private] 56/opt/openoffice.org/ure/bin/uno.bin [private] 57/opt/openoffice.org/ure/bin/regcomp.bin [private] 58/opt/openoffice.org/ure/lib/unorc [private] 59/opt/openoffice.org/ure/lib/libreg.so.3 [private] 60/opt/openoffice.org/ure/lib/libstore.so.3 [private] 61/opt/openoffice.org/ure/lib/libxmlreader.so [private] 62/opt/openoffice.org/ure/lib/libjvmaccessgcc3.so.3 [private; Linux x86 only] --- 277 unchanged lines hidden (view full) --- 340HTML documentation to find out how to set the OO_SDK_JAVA_HOME environment 341variable. 342 343 344GNU Compiler Collection on Linux x86 345------------------------------------ 346 347On Linux x86, the URE uses libgcc_s.so.1 to run binary UNO components that were | 53/opt/openoffice.org/ure/bin/startup.sh [private] 54/opt/openoffice.org/ure/bin/uno.bin [private] 55/opt/openoffice.org/ure/bin/regcomp.bin [private] 56/opt/openoffice.org/ure/lib/unorc [private] 57/opt/openoffice.org/ure/lib/libreg.so.3 [private] 58/opt/openoffice.org/ure/lib/libstore.so.3 [private] 59/opt/openoffice.org/ure/lib/libxmlreader.so [private] 60/opt/openoffice.org/ure/lib/libjvmaccessgcc3.so.3 [private; Linux x86 only] --- 277 unchanged lines hidden (view full) --- 338HTML documentation to find out how to set the OO_SDK_JAVA_HOME environment 339variable. 340 341 342GNU Compiler Collection on Linux x86 343------------------------------------ 344 345On Linux x86, the URE uses libgcc_s.so.1 to run binary UNO components that were |
348compiled with the GNU Compiler Collection (GCC). The libgcc_s.so.1 corresponds 349to GCC 3.4.1 as built on a glibc 2.2.4 system. To avoid GCC compatibility 350issues, use the same GCC version (or later) when you compile the UNO binaries. | 346compiled with the GNU Compiler Collection (GCC), to GCC 3.4.1 as 347built on a glibc 2.2.4 system. To avoid GCC compatibility issues, use the same 348GCC version (or later) when you compile the UNO binaries. |
351Otherwise, use LD_PRELOAD to replace the libgcc_s.so.1 in URE with a matching 352version. 353 354 355C++ and Java UNO Components 356--------------------------- 357 358C++ UNO components run from within the uno executable can depend on an --- 41 unchanged lines hidden --- | 349Otherwise, use LD_PRELOAD to replace the libgcc_s.so.1 in URE with a matching 350version. 351 352 353C++ and Java UNO Components 354--------------------------- 355 356C++ UNO components run from within the uno executable can depend on an --- 41 unchanged lines hidden --- |