changing gmp install name

Paul Leyland pleyland@microsoft.com
Mon, 6 Jan 2003 07:06:56 -0800


I must be missing something.   Why not just rename the files in the file =
system and #include or link against the new names?

Paul

> -----Original Message-----
> From: Jason Moxham [mailto:J.L.Moxham@maths.soton.ac.uk]=20
> Sent: 06 January 2003 05:07
> To: gmp-devel@swox.com
> Subject: changing gmp install name
>=20
>=20
>=20
> How do you change the installed name of gmp.h and libgmp.a ?
>=20
> I'm playing with some changes to gmp and want to install them=20
> on my system ,=20
> but also keep the existing gmp=20
>=20
> for example=20
>=20
> I want a normal gmp build=20
> ./configure ; make ; make install
> and in the programs that use it I use
> #include "gmp.h" and -lgmp=20
>=20
> and I also want a modified gmp build
> ./configure --program-suffix=3D-test ; make ; make install
> and in the programs that use it I want
> #include "gmp-test.h" and -lgmp-test
>=20
> but configure --program-suffix doesn't work , the names stay=20
> the same , same=20
> happens with --program-transform-name
>=20
> or can I just edit a few files to change the name ?
>=20
> thanks
> jason
>=20
> _______________________________________________
> gmp-devel mailing list
> gmp-devel@swox.com
> https://gmplib.org/mailman/listinfo/gmp-devel
>=20