Hi all-
I’ve been spending some time getting pike running on some newer platforms I have here and have run into a few minor problems that I’d like to get feedback on.
The first is on some platforms (Darwin and SunOS so far), Odbc fails to build because it needs to be linked with gmp. I notice that the LIBS being passed into the configure script doesn’t contain -lgmp; what’s the appropriate fix here? Should I just test for the gmp library in the Odbc configure script, or is there a more proper approach?
Thanks in advance for the advice!
Bill