Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7276 in orxonox.OLD


Ignore:
Timestamp:
Apr 4, 2006, 11:34:37 AM (18 years ago)
Author:
bensch
Message:

orxonox/shared_lib: this should compile on Windows, and link together the libraries, acording to the libtool docu

Location:
branches/shared_lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/autogen.sh

    r7269 r7276  
    4141#$SETUP_GETTEXT
    4242echo "Running libtoolize, please ignore non-fatal messages...."
    43 echo n | libtoolize --ltdl --copy --force || exit;
     43echo n | libtoolize --ltdl --automake --copy --force || exit;
    4444
    45 # Add other directories to this list if people continue to experience
    46 # brokennesses ...  Obviously the real answer is for them to fix it
    47 # themselves, but for Luke's sake we have this.
    48 #for dir in "/usr/local/share/aclocal" \
    49 #           "/opt/gnome-1.4/share/aclocal"
    50 #do
    51 #       if test -d $dir ; then
    52 #               ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir"
    53 #       fi
    54 #done
    55 
    56 libtoolize --force
    5745#aclocal $ACLOCAL_FLAGS -I ./m4 || exit;
    5846aclocal-1.9 || aclocal || exit;
  • branches/shared_lib/configure.ac

    r7275 r7276  
    4848AC_LIBLTDL_CONVENIENCE
    4949AC_LIBTOOL_DLOPEN
     50AC_LIBTOOL_WIN32_DLL
    5051AC_PROG_LIBTOOL
    5152AC_HEADER_STDC
  • branches/shared_lib/src/world_entities/Makefile.am

    r7269 r7276  
    4141#               npcs/npc.cc
    4242
    43 AM_LDFLAGS = --export-dynamic -module
     43AM_LDFLAGS = -module -no-undefined
    4444
    4545pkglib_LTLIBRARIES = \
Note: See TracChangeset for help on using the changeset viewer.