manpagez: man pages & more
info ginac
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

B.0.1 Configuring a package that uses GiNaC

The directory where the GiNaC libraries are installed needs to be found by your system's dynamic linkers (both compile- and run-time ones). See the documentation of your system linker for details. Also make sure that ‘ginac.pc’ is in pkg-config's search path, See (*manpages*)pkg-config.

The short summary below describes how to do this on a GNU/Linux system.

Suppose GiNaC is installed into the directory ‘PREFIX’. To tell the linkers where to find the library one should

To tell pkg-config where the ‘ginac.pc’ file is, set the PKG_CONFIG_PATH environment variable:

 
$ export PKG_CONFIG_PATH=PREFIX/lib/pkgconfig

Finally, run the configure script

 
$ ./configure 

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.