alkalmazas forditasahoz egy tipp dokumentalasa

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@962 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
drotos 2006-11-15 11:21:51 +00:00 committed by Adam Visegradi
parent 1147ac8ad1
commit 0cdb62f741
1 changed files with 18 additions and 0 deletions

View File

@ -53,6 +53,24 @@
class="library">libcondorapi.a</filename> which is included in the
Condor installation. This library must be linked to the application
besides the DC-API library.
<caution><title>Do not use Condor's lib directory</title>
<para>
Do not specify Condor's lib directory for the linker when
compiling the application. For example do not use the option:
<example><title>Linker option</title>
<programlisting>
... -L$CONDOR_HOME/lib ...
</programlisting>
</example>
Instead, copy out the <filename
class="library">libcondorapi.a</filename> file to somewhere else
and use that directory after the linker's -L option.
</para>
</caution>
</para>
</sect2>