Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7267 in orxonox.OLD


Ignore:
Timestamp:
Apr 2, 2006, 5:43:50 PM (18 years ago)
Author:
bensch
Message:

linking, but i am not proud of this :/

Location:
branches/shared_lib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/Makefile.am

    r7264 r7267  
    1212
    1313orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\""
    14 orxonox_LDFLAGS = --export-dynamic
     14orxonox_LDFLAGS = --export-dynamic -ldl -rdynamic
    1515##-ldl -rdynamic
    1616
  • branches/shared_lib/src/orxonox.cc

    r7266 r7267  
    343343
    344344
    345   if (!DynamicLoader::addSearchDirRelative("./world_entities"))
    346     if (!DynamicLoader::addSearchDirRelative("./src/world_entities"))
     345  if (!DynamicLoader::addSearchDirRelative("./world_entities/libs"))
     346    if (!DynamicLoader::addSearchDirRelative("./src/world_entities/libs"))
    347347      DynamicLoader::addSearchDir(PKG_LIBDIR);
    348348
Note: See TracChangeset for help on using the changeset viewer.