Changeset 1372 for trunk/README.developer
- Timestamp:
- Jul 15, 2008, 8:35:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r1371 r1372 1 1 $Id$ 2 2 3 = Disable shared library = 3 4 4 5 yat uses gnu Libtool in order to build shared libraries on a variety … … 7 8 compilation of shared libraries can be turned off by specifying the 8 9 `--disable-shared` option to configure. 10 11 = Debugging using GDB = 12 13 If shared library is enabled (default), libtool creates wrapper 14 scripts in test/ that call the test programs located in 15 test/.libs. While this allow us to dynamically link against the 16 temporary library in yat/, it makes straightforward usage of GDB 17 impossible. For that reason libtool provides a wrapper: 18 19 `#> libtool --mode=execute gdb foo_test` 20 21 that sets the necessary environment variables. For more detailed 22 discussion, please refer to the libtool manual: 23 24 http://www.gnu.org/software/libtool/manual/libtool.html#Debugging-executables 25 9 26 10 27 ----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.