Slightly off topic but while on the linux server-side build process and
shared library linking...

If building a plug-in, (>make plugin, which depends on the 'master'
Makefile for its references to shared library files, additionally, there
is also the Makefile.plugin) I found that unless I also included
/bin/dedicated_i*86.so  (either i486 or i686) in the link, the plug-in
would fail.

Stefan Bermig wrote:
i noticed my server binary seems to be linked to tier0_i486.so twice?

      ldd server_i486.so
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib/libm.so.6 (0xb75dd000)
        libdl.so.2 => /lib/libdl.so.2 (0xb75d9000)
        /home/stefan/srcds/bin/tier0_i486.so (0xb75a3000)
        /home/stefan/srcds/bin/vstdlib_i486.so (0xb758f000)
        libc.so.6 => /lib/libc.so.6 (0xb746e000)
        /lib/ld-linux.so.2 (0x80000000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb745a000)
        tier0_i486.so => /lib/tier0_i486.so (0xb7424000)

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to