You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a hard time building gmp-14166-14167.
The error is
/usr/bin/ld: mpn/.libs/invert_limb.o: relocation R_X86_64_PC32 against protected symbol `__gmpn_invert_limb_table' can not be used when making a shared object
Tried the following solutions:
Adding -fPIC flag to CFLAGS and CXXFLAGS in Makefile
Adding -no-pie flag to CFLAGS and CXXFLAGS in Makefile
./configure --with-pic
and none of them worked.
The text was updated successfully, but these errors were encountered:
satbekmyrza
changed the title
gmp-14166-14167 fails to compile
gmp-14166-14167 fails to build
Apr 1, 2021
Having a hard time building
gmp-14166-14167
.The error is
Tried the following solutions:
-fPIC
flag toCFLAGS
andCXXFLAGS
in Makefile-no-pie
flag toCFLAGS
andCXXFLAGS
in Makefile./configure --with-pic
and none of them worked.
The text was updated successfully, but these errors were encountered: