Hello,

After rebuilding an old checkout, then the skeleton branch and finally trunk, 
I am confused why they act so strange...

All applications do not load some plugins and everything is untextured (just 
the checkerboard shows). It was working right up until I did jam distclean 
and rebuilt.

Thanks.

Output from app, ./configure output and Jamconfig

-------------------------

[EMAIL PROTECTED]:~/media/projects/cs/crystal$ ./isotest
WARNING: could not load plugin 'crystalspace.font.server.freetype2'
WARNING: could not load plugin 'crystalspace.font.server.freetype2'
ERROR: Couldn't load plugin with class 'crystalspace.font.server.freetype2'!
WARNING: could not load plugin 'crystalspace.window.x.extf86vm'

crystalspace.font.server.multiplexer:
  Could not load font "/fonts/ttf/Vera.ttf"

crystalspace.maploader.parse.image:
  Could not load image '/lib/stdtex/blobby.jpg'. Unknown format!

crystalspace.maploader.parse.texture:
  Could not load texture 'floortexture', using checkerboard instead
  [node: world,textures,texture(name=floortexture)]

crystalspace.maploader.parse.image:
  Could not load image '/lib/stdtex/blobbyDOT3.png'. Unknown format!

crystalspace.maploader.parse.texture:
  Could not load texture 'shinynormal', using checkerboard instead
  [node: world,textures,texture(name=shinynormal)]

crystalspace.maploader.parse.image:

-------------------------

[EMAIL PROTECTED]:~/media/projects/cs/crystal$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable -mno-cygwin... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking if gcc accepts -pipe... -pipe
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to treat C++ warnings as errors... -Werror
checking how to enable C++ PIC generation... -fPIC
checking for ld... ld
checking if binutils version >= 2.17... yes (version 2.18)
checking if -shared is accepted... -shared -fPIC
checking if -soname is accepted... yes
checking if response files are accepted... yes
checking if --as-needed is supported... -Wl,--as-needed
checking if --no-as-needed is supported... -Wl,--no-as-needed
checking if --gc-sections is supported... -Wl,--gc-sections
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for dlltool... no
checking for dllwrap... no
checking for windres... no
checking for strings... strings
checking for objcopy... objcopy
checking for libtool... no
checking for glibtool... no
checking for gnulibtool... no
checking for libtool... no
checking how to create a directory... mkdir
checking how to create a directory tree... mkdir -p
checking for install... install
checking whether ln -s works... yes
checking for texi2dvi... no
checking for texi2pdf... no
checking for dvips... dvips
checking for dvipdf... dvipdf
checking for makeinfo... no
checking for doxygen... doxygen
checking for dot... no
checking for flex... no
checking for bison... no
checking for hhc... no
checking for swig... swig
checking if swig version >= 1.3.21... yes (version 1.3.31)
checking for rsvg... no
checking for icotool... no
checking for convert... convert
checking for relaytool... ./bin/relaytool
checking for jam... /usr/bin/jam
checking if jam version >= 2.4... yes (version 2.5)
checking for gnumake... no
checking for gmake... no
checking for make... make
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for pow in -lm... yes
checking for cosf in -lm... yes
checking for cosf in -lmx... no
checking for dlopen in -ldl... yes
checking for gethostbyname in -lnsl... yes
checking for dladdr in -ldl... yes
checking for pthread... yes
checking for pthread recursive mutexes... PTHREAD_MUTEX_RECURSIVE
checking for pthread_atfork support... yes
checking whether to link base g++ libraries statically... no
checking for RTLD_NOW... yes
checking for -mmmx flag... -mmmx
checking checking for mmintrin.h... yes
checking for perl5... no
checking for perl... perl
checking how to suppress C++ `long double' warnings... no
checking for python... python
checking for python SDK... yes
checking if python SDK is usable... yes
checking for java... /usr/bin/java
checking for javac... no
checking for ant... no
checking for STL... yes
checking how to enable C++ compilation warnings... -Wall
checking how to treat C++ warnings as errors... -Werror
checking how to suppress C++ unused variable warnings... -Wno-unused
checking how to suppress C++ uninitialized warnings... -Wno-uninitialized
checking how to suppress C++ unknown #pragma warnings... -Wno-unknown-pragmas
checking how to suppress C++ `long double' warnings... (cached) no
checking how to suppress C++ non-virtual destructor 
warnings... -Wno-non-virtual-dtor
checking for flag to disable string-aliasing... -fno-strict-aliasing
checking how to enable C++ exceptions... -fexceptions -fno-omit-frame-pointer
checking how to disable C++ exceptions... -fno-exceptions
checking how to enforce C++ standards conformance... -ansi -pedantic
checking if -force_cpusubtype_ALL is needed... no
checking how to export all dynamic symbols... -Wl,-E
checking if --kill-at is accepted... no
checking if reporting missing symbols is supported... -Wl,-z,defs
checking if missing symbols can be reported as 
warnings... -Wl,--warn-unresolved-symbols
checking how to disable function inlining... -fno-inline-functions
checking for inline visibility flag... -fvisibility-inlines-hidden
checking if -fvisibility-inlines-hidden is buggy... yes
checking for "hidden" symbol visibility flag... -fvisibility=hidden
checking for "default" symbol visibility flag... -fvisibility=default
checking how to declare default visibility... 
__attribute__((visibility("default")))
checking how to declare hidden visibility... 
__attribute__((visibility("hidden")))
checking whether to use CPU-specific optimizations... minimum
checking for code generation flags... -march=i586 -mtune=generic
checking how to enable optimizations... -O3
checking if -fomit-frame-pointer is accepted... -fomit-frame-pointer
checking if -ffast-math is accepted... -ffast-math
checking build mode... optimize
checking if binutils version >= 2.17... (cached) yes (version 2.18)
checking whether to split debug information... yes
checking how to enable debug mode debugging symbols... -g3
checking whether to enable debug information in optimize mode... yes
checking how to enable optimize mode debugging symbols... -g2
checking if -I/usr/local/include is usable... -I/usr/local/include
checking for va_copy... no
checking for __va_copy... yes
checking for pkg-config... pkg-config
checking if pkg-config recognizes x11... yes
checking for x11-config... no
checking for libx11... yes
checking if pkg-config recognizes xext... yes
checking for xext-config... no
checking for libxext... yes
checking if pkg-config recognizes xxf86vm... no
checking for xxf86vm-config... no
checking if pkg-config recognizes Xxf86vm... no
checking for Xxf86vm-config... no
checking for libxxf86vm... no
checking if pkg-config recognizes xaw7... no
checking for xaw7-config... no
checking if pkg-config recognizes Xaw... no
checking for Xaw-config... no
checking for libxaw7... no
checking for int32... no
checking for windows.h... no
checking for OpenGL... yes
checking for GLhandleARB... yes
checking for GLcharARB... yes
checking for GLchar... yes
checking for GLU... yes
checking for GLX... yes
checking for GLX extensions... yes
checking if pkg-config recognizes z... no
checking for z-config... no
checking if pkg-config recognizes zlib... no
checking for zlib-config... no
checking for libz... yes
checking if pkg-config recognizes png... no
checking for png-config... no
checking if pkg-config recognizes libpng... no
checking for libpng-config... no
checking for libpng... no
checking if pkg-config recognizes jpeg... no
checking for jpeg-config... no
checking if pkg-config recognizes libjpeg... no
checking for libjpeg-config... no
checking for libjpeg... no
checking if pkg-config recognizes lcms... no
checking for lcms-config... no
checking for liblcms... no
checking if pkg-config recognizes mng... no
checking for mng-config... no
checking if pkg-config recognizes libmng... no
checking for libmng-config... no
checking for libmng... no
checking if pkg-config recognizes cairo... no
checking for cairo-config... no
checking for libcairo... no
checking if pkg-config recognizes cairomm... no
checking for cairomm-config... no
checking if pkg-config recognizes cairomm-1... no
checking for cairomm-1-config... no
checking if pkg-config recognizes cairomm-1.0... no
checking for cairomm-1.0-config... no
checking for libcairomm... no
checking if pkg-config recognizes vgvm... no
checking for vgvm-config... no
checking for libvgvm... no
checking if pkg-config recognizes ogg... yes
checking for ogg-config... no
checking for libogg... yes
checking if pkg-config recognizes vorbis... no
checking for vorbis-config... no
checking for libvorbis... no
checking if pkg-config recognizes 3ds... no
checking for 3ds-config... no
checking if pkg-config recognizes lib3ds... no
checking for lib3ds-config... no
checking if pkg-config recognizes lib3ds-120... no
checking for lib3ds-120-config... no
checking for lib3ds... no
checking if pkg-config recognizes ode... no
checking for ode-config... ode-config
checking for libode... yes
checking if libode is built with OPCODE support... yes
checking if libode is sufficiently recent... yes
checking if pkg-config recognizes bullet... no
checking for bullet-config... no
checking if pkg-config recognizes bulletdynamics... no
checking for bulletdynamics-config... no
checking for libbullet... no
checking for OpenAL... yes
checking if pkg-config recognizes freetype2... no
checking for freetype2-config... no
checking if pkg-config recognizes freetype... no
checking for freetype-config... no
checking for libfreetype2... no
checking if pkg-config recognizes cal3d... yes
checking for cal3d-config... no
checking for libcal3d... yes
checking if cal3d is sufficiently recent... yes
checking if pkg-config recognizes sdl... no
checking for sdl-config... no
checking for libsdl... no
checking if pkg-config recognizes wx... no
checking for wx-config... wx-config
checking for libwx... yes
checking if wxWidgets is built with OpenGL support... yes
checking if pkg-config recognizes CEGUI... yes
checking for CEGUI-config... no
checking if pkg-config recognizes CEGUIBase... no
checking for CEGUIBase-config... no
checking for libCEGUI... yes
checking if CEGUI is sufficiently recent... yes
checking if pkg-config recognizes GTK... no
checking for GTK-config... no
checking if pkg-config recognizes gtk+-2.0... no
checking for gtk+-2.0-config... no
checking for libGTK... no
checking for GNU/Linux joystick API... yes
checking if pkg-config recognizes Cg... no
checking for Cg-config... no
checking if pkg-config recognizes cg... no
checking for cg-config... no
checking if pkg-config recognizes CG... no
checking for CG-config... no
checking for libCg... yes
checking if Cg is sufficiently recent... yes
checking if pkg-config recognizes CgGL... no
checking for CgGL-config... no
checking if pkg-config recognizes cggl... no
checking for cggl-config... no
checking if pkg-config recognizes cgGL... no
checking for cgGL-config... no
checking if pkg-config recognizes CGGL... no
checking for CGGL-config... no
checking if pkg-config recognizes Cg... (cached) no
checking for Cg-config... no
checking if pkg-config recognizes cg... (cached) no
checking for cg-config... no
checking if pkg-config recognizes CG... (cached) no
checking for CG-config... no
checking for libCgGL... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking if pkg-config recognizes jackasyn... no
checking for jackasyn-config... no
checking for libjackasyn... no
checking if pkg-config recognizes asound... no
checking for asound-config... no
checking for libasound... no
checking if pkg-config recognizes cucul... no
checking for cucul-config... no
checking if pkg-config recognizes libcucul... no
checking for libcucul-config... no
checking for libcucul... no
checking if pkg-config recognizes caca... no
checking for caca-config... no
checking if pkg-config recognizes libcaca... no
checking for libcaca-config... no
checking for libcaca... no
checking for regexp support... yes
checking for backtrace... yes
checking for setenv... yes
checking for _aligned_malloc... no
checking if <malloc.h> can be included... yes
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking for abi::__cxa_demangle... yes
checking for perl5... (cached) perl
checking for TemplateToolkit... no
checking for ttree... no
checking if pkg-config recognizes cppunit... no
checking for cppunit-config... no
checking for libcppunit... no
checking if plugins require main()... yes
checking for long... yes
checking size of long... 4
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking for INT64_C... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for intptr_t... yes
checking for intmax_t... yes
checking for inttypes.h... (cached) yes
checking for PRIx99 macros... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for wint_t... yes
checking for wchar_t... yes
checking for wcslen... yes
checking for fputws... yes
checking for fwide... yes
checking for wcsrtombs... yes
checking for wchar_t... (cached) yes
checking size of wchar_t... 4
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for MAXPATHLEN... yes
checking for winsock.h... no
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for socket support... yes
checking for socklen_t... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking how to declare deprecation... __attribute__((deprecated))
checking how to declare const function... __attribute__((const))
checking how to declare pure function... __attribute__((pure))
checking how to declare allocation function... __attribute__((malloc))
checking if assembly-coded csQsqrt() compiles... yes
checking for isfinite... no
checking for finitef... yes
checking for finite... yes
checking for _finite... no
checking for std::isfinite... yes
checking for isnan... yes
checking for isnanf... yes
checking for _isnan... no
checking for std::isnan... yes
checking for isnormal... no
checking for normalf... no
checking for std::isnormal... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking whether to embed plugin meta-information... yes
checking for windres... no
checking for elf.h... (cached) yes
checking whether to enable ptmalloc... yes
checking whether to use extensive memory debugger... no
checking whether to use memory tracker... no
checking whether to use reference tracker... no
checking whether to use leak guard... no
checking whether to build shared libraries... yes
checking whether to emulate makefiles... yes
configure: creating ./config.status
config.status: creating Jamfile
config.status: executing include/csconfig.h commands
config.status: include/csconfig.h is unchanged
config.status: executing Jamconfig commands
config.status: Jamconfig is unchanged
config.status: executing Makefile commands

-------------------------

[EMAIL PROTECTED]:~/media/projects/cs/crystal$ cat Jamconfig
CMD.CC ?= "gcc" ;
COMPILER.CFLAGS += "-pipe" ;
CMD.C++ ?= "g++" ;
COMPILER.C++FLAGS.PIC ?= "-fPIC" ;
CMD.LINK ?= "$(CMD.C++)" ;
CMD.LD ?= "ld" ;
PLUGIN.LFLAGS += "-shared" ;
PLUGIN.LFLAGS.USE_SONAME ?= "yes" ;
LINKER.RESPONSEFILES ?= "yes" ;
CMD.LINK += "-Wl,--as-needed" ;
LINK.GC_SECTIONS ?= "-Wl,--gc-sections" ;
CMD.C++CPP ?= "g++ -E" ;
COMPILER.TYPE ?= "GCC" ;
RANLIB = "ranlib" ;
CMD.STRINGS ?= "strings" ;
CMD.OBJCOPY ?= "objcopy" ;
CMD.MKDIR ?= "mkdir" ;
CMD.MKDIRS ?= "mkdir -p" ;
INSTALL ?= "install" ;
LN_S ?= "ln -s" ;
CMD.DVIPS ?= "dvips" ;
CMD.DVIPDF ?= "dvipdf" ;
CMD.DOXYGEN ?= "doxygen" ;
CMD.SWIG ?= "swig" ;
CMD.SWIG.VERSION ?= "1.3.31" ;
CMD.CONVERT ?= "convert" ;
CMD.RELAYTOOL ?= "./bin/relaytool" ;
JAM ?= "/usr/bin/jam" ;
COMPILER.LFLAGS += "-lm" ;
COMPILER.LFLAGS += "-ldl" ;
COMPILER.LFLAGS += "-lnsl" ;
PTHREAD.AVAILABLE ?= "yes" ;
PTHREAD.LFLAGS ?= "-lpthread" ;
PTHREAD.ATFORK.AVAILABLE ?= "yes" ;
TARGET.PROCESSOR ?= "X86" ;
TARGET.OS ?= "UNIX" ;
TARGET.OS.NORMALIZED ?= "Unix" ;
COMPILER.CFLAGS.MMX += "-mmmx" ;
CS_SUPPORTS_MMX ?= "yes" ;
PERL5 ?= "perl" ;
PERL ?= "perl" ;
CMD.PERL5 ?= "perl" ;
PYTHON ?= "python" ;
PYTHON.VERSION ?= "2.5" ;
PYTHON.MODULE_EXT ?= ".so" ;
PYTHON.AVAILABLE ?= "yes" ;
PYTHON.CFLAGS ?= "-I/usr/include/python2.5" ;
PYTHON.LFLAGS ?= "-L/usr/lib/python2.5 -lpython2.5 -lpthread -ldl -lutil -lm 
-lpthread" ;
JAVA ?= "/usr/bin/java" ;
STL.AVAILABLE ?= "yes" ;
COMPILER.CFLAGS += "-Wall" ;
COMPILER.C++FLAGS.WARNING.NO_UNUSED ?= "-Wno-unused" ;
COMPILER.C++FLAGS.WARNING.NO_UNINITIALIZED ?= "-Wno-uninitialized" ;
COMPILER.CFLAGS += "-Wno-unknown-pragmas" ;
COMPILER.C++FLAGS.WARNING.NO_NON_VIRTUAL_DTOR ?= "-Wno-non-virtual-dtor" ;
COMPILER.C++FLAGS.STRICTALIASING.DISABLE += "-fno-strict-aliasing" ;
COMPILER.C++FLAGS.EXCEPTIONS.ENABLE ?= "-fexceptions -fno-omit-frame-pointer" ;
COMPILER.C++FLAGS.EXCEPTIONS.DISABLE ?= "-fno-exceptions" ;
COMPILER.C++FLAGS += "-fno-exceptions" ;
COMPILER.C++FLAGS.PEDANTIC.ENABLE ?= "-ansi -pedantic" ;
COMPILER.LFLAGS.debug += "-Wl,-E" ;
COMPILER.LFLAGS.PRIVATE += "-Wl,-z,defs" ;
COMPILER.LFLAGS.PRIVATE += "-Wl,--warn-unresolved-symbols" ;
COMPILER.C++FLAGS.INLINING.DISABLE ?= "-fno-inline-functions" ;
COMPILER.CFLAGS += "-fvisibility=hidden" ;
COMPILER.CFLAGS.VISIBILITY_DEFAULT ?= "-fvisibility=default" ;
COMPILER.CFLAGS += "-march=i586 -mtune=generic" ;
COMPILER.CFLAGS.optimize += "-O3" ;
COMPILER.CFLAGS.optimize += "-fomit-frame-pointer" ;
COMPILER.CFLAGS.optimize += "-ffast-math" ;
MODE ?= "optimize" ;
LINK.DEBUG.INFO.SEPARATE ?= "yes" ;
COMPILER.CFLAGS.debug += "-g3" ;
COMPILER.LFLAGS.debug += "-g3" ;
COMPILER.CFLAGS.optimize += "-g2" ;
COMPILER.LFLAGS.optimize += "-g2" ;
COMPILER.CFLAGS += "-I/usr/local/include" ;
COMPILER.LFLAGS += "-L/usr/local/lib" ;
X11.AVAILABLE ?= "yes" ;
X11.LFLAGS ?= "-lXext -lX11 -lX11" ;
GL.AVAILABLE ?= "yes" ;
GL.LFLAGS ?= "-lGL -lXext -lX11 -lX11 -lXext -lpthread -lm" ;
GLU.AVAILABLE ?= "yes" ;
GLU.LFLAGS ?= "-lGLU -lGL -lXext -lX11 -lX11 -lXext -lpthread -lm" ;
GLX.AVAILABLE ?= "yes" ;
GLX.LFLAGS ?= "-lGL -lXext -lX11 -lX11 -lXext -lpthread -lm" ;
ZLIB.AVAILABLE ?= "yes" ;
ZLIB.LFLAGS ?= "-lz" ;
OGG.AVAILABLE ?= "yes" ;
OGG.LFLAGS ?= "-logg" ;
ODE.AVAILABLE ?= "yes" ;
ODE.CFLAGS ?= "-I/tmp/buildd/ode-0.6cvs061130/debian/tmp/usr/include" ;
ODE.LFLAGS ?= "-L/tmp/buildd/ode-0.6cvs061130/debian/tmp/usr/lib -lode" ;
OPENAL.AVAILABLE ?= "yes" ;
OPENAL.LFLAGS ?= "-lopenal -lpthread -ldl -lm" ;
CAL3D.AVAILABLE ?= "yes" ;
CAL3D.LFLAGS ?= "-lcal3d" ;
WX.AVAILABLE ?= "yes" ;
WX.CFLAGS ?= "-I/usr/lib/wx/include/gtk2-unicode-release-2.8 
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ 
-pthread" ;
WX.LFLAGS ?= "-pthread -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 
-lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 
-lwx_baseu_net-2.8 -lwx_baseu-2.8 -lwx_gtk2u_gl-2.8" ;
CEGUI.AVAILABLE ?= "yes" ;
CEGUI.CFLAGS ?= "-I/usr/include/CEGUI" ;
CEGUI.LFLAGS ?= "-lCEGUIBase" ;
LINUXJOYSTICK.AVAILABLE ?= "yes" ;
CG.AVAILABLE ?= "yes" ;
CG.LFLAGS ?= "-lCgGL -lCg -lm -lpthread -lGL -lXext -lX11 -lX11 -lXext 
-lpthread -lm -lGLU -lGL -lXext -lX11 -lX11 -lXext -lpthread -lm" ;
OSS.AVAILABLE ?= "yes" ;
REGEX.AVAILABLE ?= "yes" ;
BACKTRACE.AVAILABLE ?= "yes" ;
TARGET.PROCESSORSIZE ?= "32" ;
TARGET.PROCESSOR ?= "X86" ;
SOCKET.AVAILABLE ?= "yes" ;
EMBED_META ?= "yes" ;
OBJCOPY.AVAILABLE ?= "yes" ;
CMD.OBJCOPY ?= "objcopy" ;
ELF.AVAILABLE ?= "yes" ;
COMPILER.CFLAGS += "$(EMBED_META.CFLAGS)" ;
COMPILER.LFLAGS += "$(EMBED_META.LFLAGS)" ;
EXTENSIVE_MEMDEBUG ?= "no" ;
MEMORY_TRACKER ?= "no" ;
REF_TRACKER ?= "no" ;
BUILD_SHARED_LIBS ?= "yes" ;
COMPILER.CFLAGS += "$(COMPILER.CFLAGS.MANDATORY)" ;
COMPILER.C++FLAGS += "$(COMPILER.C++FLAGS.MANDATORY)" ;
PACKAGE_NAME ?= "crystalspace" ;
PACKAGE_VERSION ?= "1.3" ;
PACKAGE_STRING ?= "crystalspace 1.3" ;
PACKAGE_BUGREPORT ?= "[email protected]" ;
PACKAGE_LONGNAME ?= "Crystal Space" ;
PACKAGE_HOMEPAGE ?= "http://www.crystalspace3d.org/"; ;
PACKAGE_COPYRIGHT ?= "Copyright (C)1998-2007 Jorrit Tyberghein and others" ;
PACKAGE_VERSION_LIST += "1" ;
PACKAGE_VERSION_LIST += "3" ;
prefix ?= "/usr/local" ;
exec_prefix ?= "$(prefix)" ;
bindir ?= "$(exec_prefix)/bin" ;
sbindir ?= "$(exec_prefix)/sbin" ;
libexecdir ?= "$(exec_prefix)/libexec" ;
datarootdir ?= "$(prefix)/share" ;
datadir ?= "$(datarootdir)" ;
sysconfdir ?= "$(prefix)/etc" ;
sharedstatedir ?= "$(prefix)/com" ;
localstatedir ?= "$(prefix)/var" ;
libdir ?= "$(exec_prefix)/lib" ;
includedir ?= "$(prefix)/include" ;
oldincludedir ?= "/usr/include" ;
infodir ?= "$(datarootdir)/info" ;
mandir ?= "$(datarootdir)/man" ;

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to