how to build a debug version

From: Gansser, Martin (MGansser@rand.de)
Date: Wed Oct 02 2002 - 05:32:29 EDT

  • Next message: Hubert Figuiere: "Re: how to build a debug version"

    Hi

    I tried abiword CVS HEAD on hpux 11.00, but there exists few problems.
    My question is, how to build a debug version.

    my build script:

    #!/bin/csh -f
    #
    setenv CPPFLAGS "-I/usr/local"
    setenv LDFLAGS "-L/usr/local/lib -liconv"
    setenv PKG_CONFIG_PATH "/opt/gtk2/lib/pkgconfig"
    gmake realclean
    ./configure --prefix=/usr/local --enable-debug --disable-static --enable-shared \
                --with-fribidi=/usr/local --with-zlib=/usr/local \
                --with-libiconv=/usr/local \
                --with-expat --with-popt=/usr/local \
                --with-libxml2 --with-libpng=/usr/local \
                --with-libjpeg-prefix=/usr/local
    gmake
    gmake install

    abiword builds only this files under bin:

    ll /usr/local/share/AbiSuite-2.0/AbiWord/bin
    total 10424
    -rwxrwxrwx 1 root sys 10465916 Oct 2 11:20 AbiWord_s
    -rwxrwxrwx 1 root sys 24576 Oct 2 10:58 cdump
    -rwxrwxrwx 1 root sys 90112 Oct 2 10:58 pfa2afm
    -rwxr-xr-x 1 root sys 927 Oct 2 11:20 ttfadmin.sh
    -rwxrwxrwx 1 root sys 86016 Oct 2 10:58 ttftool

    any help

    thanks Martin



    This archive was generated by hypermail 2.1.4 : Wed Oct 02 2002 - 05:38:02 EDT