Next: Linking your app or Up: Libraries Previous: Compiling A Library

Debugging version of a library

You can also make a debug version of the library, by using make debug=yes. The debugging version of a library has _d automatically appended; for example, when compiling libHelloWorld with debugging enabled, you would get a library called libHelloWorld_d. You can install both the debugging and the not-debugging versions of a library at the same time.



Nicola Pero 2000-11-06