Ignore:
Timestamp:
Jul 15, 2008, 8:35:08 PM (15 years ago)
Author:
Peter
Message:

forgot to save file before committing [1371]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.developer

    r1371 r1372  
    11$Id$
    22
     3= Disable shared library =
    34
    45yat uses gnu Libtool in order to build shared libraries on a variety
     
    78compilation of shared libraries can be turned off by specifying the
    89`--disable-shared` option to configure.
     10
     11= Debugging using GDB =
     12
     13If shared library is enabled (default), libtool creates wrapper
     14scripts in test/ that call the test programs located in
     15test/.libs. While this allow us to dynamically link against the
     16temporary library in yat/, it makes straightforward usage of GDB
     17impossible. For that reason libtool provides a wrapper:
     18
     19`#> libtool --mode=execute gdb foo_test`
     20
     21that sets the necessary environment variables. For more detailed
     22discussion, please refer to the libtool manual:
     23
     24http://www.gnu.org/software/libtool/manual/libtool.html#Debugging-executables
     25
    926
    1027----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.