Next: Callback Functions
Up: Compiling the Library
Previous: Creating the Makefile by
Compiling the parts of your project that use the functions from the
decoding library is pretty straightforward:
- All modules that call library functions must include the
<uudeview.h> header file.
- Optionally, if you want to use the replacement functions to make
your own application more portable, they may also include
<fptools.h>.
- If your compiler understands about function prototypes, define
the symbol PROTOTYPES. This causes the library functions to
be declared with a full parameter list.
- Modify the include file search path so that the compiler finds
the include files (usually with the ``-I'' option).
- Link with the libuu.a library, usually using the
``-luu'' option.
- Make sure the library is found (usually with the ``-L'' option).
Debian Build Daemon
2002-04-15