On Fri, 2004-04-23 at 07:35, McWhirter,Julia wrote: > Running > Solaris 8 > SA 2.63 > Gmp 4.1.2 > > Trying to build clamav .70 > > Get the warning GNU MP 2 not found. So I have compiled gmp and > installed but apparently I also need gmp-devel where can I get it from > or is it part of the gmp source?
Do you know that you can get all of these packages from www.blastwave.org ? We have well over 500 packages for Solaris 8 and 9. Normally, you have to tell the compiler where to find libraries not in /usr/lib. This is usually an LDFLAGS option -L/xxx/lib. You should also do the same with the appropriate run time option for the build tools that you are using. Alex ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
