Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f893eff1ed5790c607bbf0f35754b93 > files > 8

check-devel-0.9.8-3.fc15.i686.rpm

This is the "money example" from the Check tutorial.

You need the following programs installed on your system:
  -- Autoconf 2.59
  -- Automake 1.9.6
  -- Libtool 1.5.22
  -- Check 0.9.3 

Somewhat earlier versions of these programs might work.

Then, do as follows:

$ autoreconf --install
$ ./configure
$ make
$ make check

Don't do "make install" unless you want to install the money example.

money.c and money.h are built as a library.  src/main.c:main() is a
client of libmoney.la, just as tests/check_money.c:main() is a client
of libmoney.la

Please send bug reports to check-devel AT lists.sourceforge.net.