Re: /usr/bin/ld: cannot find -lmpfr [solved]

2022-04-07 Thread Michael Hennebry
On Thu, 7 Apr 2022, Jerry James wrote: On Thu, Apr 7, 2022 at 8:50 PM Michael Hennebry wrote: Why? I am not trying to build or edit mpfr. The error message in config.log says that it was looking for the symbol mpfr_snprintf in -lmpfr . It did not even find -lmpfr . Why not? Because /usr/lib6

Re: /usr/bin/ld: cannot find -lmpfr

2022-04-07 Thread Jerry James
On Thu, Apr 7, 2022 at 8:50 PM Michael Hennebry wrote: > Why? > I am not trying to build or edit mpfr. > The error message in config.log says that it was > looking for the symbol mpfr_snprintf in -lmpfr . > It did not even find -lmpfr . > Why not? Because /usr/lib64/libmpfr.so is in the mpfr-deve

Re: /usr/bin/ld: cannot find -lmpfr

2022-04-07 Thread Michael Hennebry
On Thu, 7 Apr 2022, George N. White III wrote: On Thu, 7 Apr 2022 at 19:42, Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: /usr/bin/ld: cannot find -lmpfr As mentioned in another thread, I am trying to compile gappa 1.4 . ./configure LDFLAGS=-L/usr/lib64 complains

Re: /usr/bin/ld: cannot find -lmpfr

2022-04-07 Thread George N. White III
On Thu, 7 Apr 2022 at 19:42, Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > /usr/bin/ld: cannot find -lmpfr > > As mentioned in another thread, I am trying to compile gappa 1.4 . > ./configure LDFLAGS=-L/usr/lib64 complains > > > From config.log >

/usr/bin/ld: cannot find -lmpfr

2022-04-07 Thread Michael Hennebry
/usr/bin/ld: cannot find -lmpfr As mentioned in another thread, I am trying to compile gappa 1.4 . ./configure LDFLAGS=-L/usr/lib64 complains From config.log configure:4678: checking for mpfr_snprintf in -lmpfr configure:4703: g++ -o conftest -g -O2 -L/usr/lib64/ conftest.cpp -lmpfr -lgmp