SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Apache Portable Runtime

If you are building APR from SVN, you need to use a slightly non-standard build process. You must have autoconf and libtool installed for this to work. There are three steps:

  1. ./buildconf
  2. ./configure
  3. make

If you are building APR from a distribution tarball, buildconf will have already been run for you, and you therefore do not need to have either autoconf or libtool installed, and you do not need to run buildconf. Skip step one above and just run configure then make.

Generating Test Coverage information

If you want to generate test coverage data, use the following steps:

  1. ./buildconf
  2. CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
  3. make
  4. cd test
  5. make
  6. ./testall
  7. cd ..
  8. make gcov


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.