SF.net SVN: gar:[24791] csw/mgar/pkg/opencsw-manual/trunk/files/ for-developers/index.rst
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Mar 31 19:33:22 CEST 2015
Revision: 24791
http://sourceforge.net/p/gar/code/24791
Author: dmichelsen
Date: 2015-03-31 17:33:22 +0000 (Tue, 31 Mar 2015)
Log Message:
-----------
opencsw-manual: Fix typo
Modified Paths:
--------------
csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst
Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst 2015-03-31 13:37:31 UTC (rev 24790)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst 2015-03-31 17:33:22 UTC (rev 24791)
@@ -68,7 +68,7 @@
2. Look into ``/opt/csw/lib`` for the ``.so`` files. In GCC, it's achieved
with ``-L/opt/csw/lib``. Without it, linking will fail.
3. Put ``/opt/csw/lib`` into the ``RPATH`` field in the ELF header. In GCC,
- this is achieved with ``-R/otp/csw/lib/``. Without it, binaries will build,
+ this is achieved with ``-R/opt/csw/lib/``. Without it, binaries will build,
but won't run.
For 64-bit builds, use ``/opt/csw/lib/64``.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list