Results 1 to 10 of 41

Thread: Help me pls)))

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    I found that for some (maybe most) systems the LD_LIBRARY_PATH is not needed if libcod is compiled on said system, as the gcc/clang linker will automatically find the correct files and remove the need for LD_LIBRARY_PATH. Furthermore, you should be able to put the remaining two lines into a single one, removing the needs for any export. This is also why i would advise anyone to just locally compile a libcod version.

    My startup script:
    Code:
    LD_PRELOAD="path_to_libcod.so" path_to_cod2_lnxded +set dedicated "2"
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. The Following User Says Thank You to IzNoGoD For This Useful Post:

    maxdamage99 (29th October 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •