RE: librep problems

2000-06-14 Thread Kristian Rink
> > problem is...i've installed the gmp library. Any ideas?? > Hi, Justin... Stupid question: did you install the gmp devel files? If you built it from the sources, you'll probably have, otherways could be that the header-files of the gmp library are missing, so you might want to check your di

Re: librep problems

2000-06-14 Thread Colin Watson
"cam_random" <[EMAIL PROTECTED]> wrote: >I'm currenlty trying to install Sawfish and to do so I need several = >other files (such as librep) However, when I try to ./configure librep = >i get this error message: > >checking for mpz_init in -lgmp... no >configure: error: cannot find GMP library > >

librep problems

2000-06-14 Thread cam_random
I'm currenlty trying to install Sawfish and to do so I need several =other files (such as librep)  However, when I try to ./configure librep =i get this error message:checking for mpz_init in -lgmp... noconfigure: error: cannot find GMP libraryproblem is...i've installed the gmp library.  An