Discussion:
[Crystal-develop] building Crystal Space
Кирилл Прохоров
2014-04-24 23:59:29 UTC
Permalink
Hi I've compiled crystal space and got object files when i'm trying to
execute 'sudo g++ -o waterdemo.o waterdemo' i get errors,
question: how to link all this?

My system:
Ubuntu 14.04 (32)
ATI Mobility Radeon HD 4650/5165
driver=radeon

=======================================================
***@kir
:~/úÁÇÒÕÚËÉ/crystalspace-src-2.0(1)/out/linuxx86/optimize/apps/demos/w
aterdemo$ sudo g++ -o waterdemo waterdemo.o
waterdemo.o: In function `scfInterfaceTraits<iEventNameRegistry>::GetID()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csutil/scf_interface.h:463:
undefined reference to `iSCF::SCF'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csutil/scf_interface.h:463:
undefined reference to `iSCF::SCF'
waterdemo.o: In function `csReporterHelper::ReportV(iObjectRegistry*, int,
char const*, char const*, char*)':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:356:
undefined reference to `csStrNCaseCmp(char const*, char const*, unsigned
int)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:357:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:366:
undefined reference to `csPrintfV(char const*, char*)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:367:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:360:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:363:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:349:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:352:
undefined reference to `csStrNCaseCmp(char const*, char const*, unsigned
int)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/ivaria/reporter.h:353:
undefined reference to `csPrintf(char const*, ...)'
waterdemo.o: In function `scfInterfaceTraits<iReporter>::GetID()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csutil/scf_interface.h:463:
undefined reference to `iSCF::SCF'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csutil/scf_interface.h:463:
undefined reference to `iSCF::SCF'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:122:
undefined reference to `csReversibleTransform::RotateThis(csVector3 const&,
float)'
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:123:
undefined reference to `csReversibleTransform::RotateOther(csVector3
const&, float)'
waterdemo.o: In function `operator*':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csgeom/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:156:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csgeom/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:151:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csgeom/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:146:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/./include/csgeom/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/úÁÇÒÕÚËÉ/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:141:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':

And so on
=======================================================

After configure:

==========================================================================================================
***@kir:~/úÁÇÒÕÚËÉ/crystalspace-src-2.0 (2)$ ./configure --enable-debug
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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 for C compiler version... 4.8
checking if gcc accepts -pipe... -pipe
checking if gcc accepts -ffunction-sections -fdata-sections...
-ffunction-sections -fdata-sections
checking how to treat C warnings as errors... -Werror
checking if -ffunction-sections -fdata-sections isn't annoying... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for C++ compiler version... 4.8
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.24)
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 if --large-address-aware is supported... no
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 whether objcopy supports --long-section-names... yes
checking for libtool... libtool
checking for libtool... /usr/bin/libtool
checking classification of /usr/bin/libtool... gnu
checking for libtool... /usr/bin/libtool
checking classification of /usr/bin/libtool... gnu
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... no
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.22... yes (version 2.0.11)
checking for rsvg... no
checking for icotool... no
checking for convert... no
checking for pngcrush... no
checking for makeicns... no
checking for png2icns... no
checking for relaytool... ./bin/relaytool
checking for bash... /bin/bash
checking for svn... svn
checking whether . is an SVN checkout... no
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 fopen in -lc... yes
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 for pthread_setname_np support... yes
checking whether to link base g++ libraries statically... no
checking for RTLD_NOW... yes
checking for perl5... no
checking for perl... perl
checking how to suppress C++ `long double' warnings... no
checking for python... python
checking Python version... 2.7
checking for python SDK... yes
checking if python SDK is usable... no
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
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 variable 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 strict-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 for flag to enable OpenMP... -fopenmp
checking how to treat linker warnings as errors... -Wl,--fatal-warnings
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 how to treat C warnings as errors... (cached) -Werror
checking how to treat C++ warnings as errors... (cached) -Werror
checking how to treat C++ warnings as errors... (cached) -Werror
checking how to enable C++ PIC generation... (cached) -fPIC
checking for inline visibility flag... -fvisibility-inlines-hidden
checking if configuration supports -fvisibility-inlines-hidden... yes
checking if -fvisibility-inlines-hidden is buggy... no
checking for hidden symbol visibility flag... -fvisibility=hidden
checking for default symbol visibility flag... -fvisibility=default
checking how to declare hidden visibility...
__attribute__((visibility("hidden")))
checking how to declare default visibility...
__attribute__((visibility("default")))
checking whether to use CPU-specific optimizations... minimum
checking for code generation flags... -march=i686 -mtune=generic
checking for -mmmx flag... -mmmx
checking for -mfpmath=sse flag... no
checking for mmintrin.h... yes
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... debug
checking if binutils version >= 2.17... (cached) yes (version 2.24)
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... yes
checking for xxf86vm-config... no
checking if pkg-config recognizes Xxf86vm... no
checking for Xxf86vm-config... no
checking for libxxf86vm... yes
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 if pkg-config recognizes xrender... yes
checking for xrender-config... no
checking if pkg-config recognizes Xrender... no
checking for Xrender-config... no
checking for libxrender... yes
checking if pkg-config recognizes xcursor... yes
checking for xcursor-config... no
checking if pkg-config recognizes Xcursor... no
checking for Xcursor-config... no
checking for libxcursor... yes
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 GLintptr... yes
checking for GLsizeiptr... yes
checking for GLint64... yes
checking for GLuint64... yes
checking for GLU... yes
checking for GLX... yes
checking for GLX extensions... yes
checking for int32... (cached) no
checking for DirectX8... no
checking for waveout... no
checking if pkg-config recognizes z... no
checking for z-config... no
checking if pkg-config recognizes zlib... yes
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... yes
checking for libpng-config... /usr/bin/libpng-config
checking for libpng... yes
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... yes
checking if pkg-config recognizes lcms... yes
checking for lcms-config... no
checking for liblcms... yes
checking if pkg-config recognizes mng... no
checking for mng-config... no
checking if pkg-config recognizes libmng... yes
checking for libmng-config... no
checking for libmng... yes
checking if pkg-config recognizes cairo... yes
checking for cairo-config... no
checking for libcairo... yes
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... yes
checking for cairomm-1.0-config... no
checking for libcairomm... yes
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... yes
checking for vorbis-config... no
checking for libvorbis... yes
checking if pkg-config recognizes vorbisfile... yes
checking for vorbisfile-config... no
checking for libvorbisfile... yes
checking if pkg-config recognizes speex... yes
checking for speex-config... no
checking for libspeex... yes
checking for speex_header_free()... yes
checking if pkg-config recognizes 3ds... no
checking for 3ds-config... no
checking if pkg-config recognizes lib3ds... no
checking for lib3ds-config... /usr/bin/lib3ds-config
checking if pkg-config recognizes lib3ds-120... no
checking for lib3ds-120-config... no
checking for lib3ds... yes
checking if lib3ds is sufficiently recent... yes
checking for generic lib3ds data I/O callbacks... no
checking if pkg-config recognizes ode... yes
checking for ode-config... /usr/local/bin/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... yes
checking for Bullet... yes
checking if bullet is sufficiently recent... yes
checking for bullet serializer... yes
checking for OpenAL... yes
checking for alext.h... yes
checking if pkg-config recognizes freetype2... yes
checking for freetype2-config... no
checking if pkg-config recognizes freetype... no
checking for freetype-config... /usr/bin/freetype-config
checking for libfreetype2... yes
checking if freetype2 is sufficiently recent... yes
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 wx... no
checking for wx-config... /usr/bin/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... yes
checking for gtk+-2.0-config... no
checking for libGTK... yes
checking if gtk_message_dialog_format_secondary_text is available... yes
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 assimp... yes
checking for assimp-config... no
checking for libassimp... yes
checking for regexp support... yes
checking for backtrace... yes
checking for setenv... yes
checking for putenv... yes
checking for _aligned_malloc... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for sysinfo()... yes
checking for struct sysinfo.totalram... yes
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 sysconf(_SC_NPROCESSORS_ONLN)... yes
checking for nullptr... no
checking for nullptr in pedantic mode... no
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 size of void*... 4
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 wcsnrtombs... 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 if swprintf is available when enforcing C++ standards... yes
checking if vswprintf is available when enforcing C++ standards... 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 deprecation with message...
__attribute__((deprecated(MSG)))
checking how to declare allocation function... __attribute__((malloc))
checking how to declare object initialization priority...
__attribute__((init_priority(PRI)))
checking if assembly-coded csQsqrt() compiles... yes
checking for isnormal... no
checking for normalf... no
checking for std::isnormal... yes
checking for strtof... yes
checking for __builtin_clz... yes
checking for __builtin_ctz... yes
checking for __builtin_popcount... 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 if pkg-config recognizes bfd... no
checking for bfd-config... no
checking for libbfd... no
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 with Valgrind support... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... 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: executing Makefile commands
configure:
******************************************************************************
*** Crystal Space -- Configuration Summary
***
******************************************************************************
Build mode: debug
Version: 2.0 (SVN: no)

Optional Dependencies
---------------------
Found
3ds (models)
assimp (models)
bullet (physics)
cairo (image)
cairomm (image)
cal3d (models)
cegui (gui)
cg (rendering)
freetype2 (other)
gtk (other)
jpeg (image)
lcms (image)
linux-joystick (other)
mng (image)
ode (physics)
ogg (audio)
openal (audio)
opengl (rendering)
oss (audio)
png (image)
speex (audio)
vorbis (audio)
wxwidgets (gui)
x11 (rendering)
zlib (other)

Missing
alsa (audio)
jackasyn (audio)
java (bindings)
perl (bindings)
python (bindings)
vgvm (image)

==========================================================================================================
vgvm i've installed but it doesn't recognize it

Thanks
--
Kirill
res
2014-04-25 06:19:36 UTC
Permalink
Post by Кирилл Прохоров
Hi I've compiled crystal space and got object files when i'm trying to
execute 'sudo g++ -o waterdemo.o waterdemo' i get errors,
question: how to link all this?
All apps should've been linked by “jam”.

-f.r.

Loading...