Compilation problem for tinc ...

Guus Sliepen guus at sliepen.warande.net
Sun May 14 10:30:04 CEST 2000


On Sat, 13 May 2000, COLIN Stephane wrote:

[...]
> configure: error: libgmp is not installed. Please grab it from your
>   nearest GNU mirror and install it (see README)

> I have installed gmp-3.0.1 (see above) :

> bigbobwks1:~/tmp/tinc-1.0pre1# find /usr/local/lib -name libgmp*
[...]

In order to compile programs, you don't need the actual libraries, but you
need to have the include files installed. You should find those in
/usr/local/include, the suffix of include files is ".h". If you compiled
libgmp by hand, try to "make install-include" or something like that. If
you installed a package of your distribution, check if there is a special
version of that package that does include those .h files. For example, if
you'd be using Debian you should not only apt-get install libgmp2, but
also libgmp2-dev.

I hope this helps!

Met vriendelijke groet,
Guus Sliepen.

---
TINC development list, tinc-devel at nl.linux.org
Archive: http://mail.nl.linux.org/tinc-devel/



More information about the Tinc-devel mailing list