View previous topic :: View next topic |
Author |
Message |
herzi_
Joined: 23 Dec 2008 Posts: 1
|
Posted: Tue Dec 23, 2008 7:48 am Post subject: [PS3] gmp and mpfr include test fixes |
|
|
This include tests are too strict to allow proper installation of libgmp and libmpfr into a prefix that's neither /usr nor /usr/local.
I provided a patch at http://gist.github.com/38974 so you can easily click on "Edit this Gist" to make changes to the patch file.
This new test keeps in mind that the configure scripts checking for these header respect CFLAGS, so should this test.
Comments? |
|
Back to top |
|
|
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Tue Dec 23, 2008 11:45 am Post subject: |
|
|
That seems like overkill, and I'd like to avoid adding a generic script in the middle of the depends directory. Perhaps it would be better to do the compile test inside each of the gmp3 and mpfr check scripts? |
|
Back to top |
|
|
|