From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130 Description of problem: I can't find "gmpxx.h" and "libgmpxx.*" in directories or gmp packages. My configuration: RH7.3: gmp-4.0.1-3 and gmp-devel-4.0.1-3 RH8.0: (rpm broken 8-<) So it is not possible to use GNU MP with C++. I'd like work with the GNU MP C++ interface described in documentation: http://www.gnu.org/manual/gmp-4.1/html_mono/gmp.html#C++%20Class%20Interface What do you think about add some more files in the package install ? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. take a complete install redhat 2. type rpm -ql gpm gpm-devel 3. see that there is no gpmxx files Additional info:
I repaired rpm database on my RH8 (temp files broken) and version of gmp are: gmp-devel-4.1-4 gmp-4.1-4 [root@ocmland rpm]# rpm -ql gmp gmp-devel /usr/lib/libgmp.so.3 /usr/lib/libgmp.so.3.3.0 /usr/lib/libmp.so.3 /usr/lib/libmp.so.3.1.4 /usr/share/doc/gmp-4.1 /usr/share/doc/gmp-4.1/COPYING /usr/share/doc/gmp-4.1/NEWS /usr/share/doc/gmp-4.1/README /usr/include/gmp-mparam.h /usr/include/gmp.h /usr/include/mp.h /usr/lib/libgmp.a /usr/lib/libgmp.so /usr/lib/libmp.a /usr/lib/libmp.so /usr/share/info/gmp.info-1.gz /usr/share/info/gmp.info-2.gz /usr/share/info/gmp.info-3.gz /usr/share/info/gmp.info-4.gz /usr/share/info/gmp.info-5.gz /usr/share/info/gmp.info-6.gz /usr/share/info/gmp.info-7.gz /usr/share/info/gmp.info-8.gz /usr/share/info/gmp.info.gz
Hi, There is a new release of GMP. It seems the previous release did not install correctly the libgmpxx. The new release do it very fine. C++ interface is available with the --enable-cxx parameter in ./configure. Regards, Cpm.
I have enabled this with the newest rpm release -7. Should be in rawhide within the next days. Thanks for this bug-report, Florian La Roche