build errors in configure script (PR#697)
flip writes:
Full_Name: flip phillips Version: 1.1.1 OS: Mac OS X Submission from: (NULL) (24.29.65.207)
the lack of '-lm' in the Macintosh OS X / Dylan release seems to play a bit of havoc w/ the build. For example, the test for libf2c.a fails, not because the library is missing, but because -lm is missing. (the configure looks a little like it wants to check for it but it doesn't really need to)
i fixed it temporarily by majing a null libm.a, but i suspect this should really be changed in the configure script
Do I understand this correctly that there is no libm.a on the above platform? What is used instead? I think we could fix the problem, by first checking for libm.a (which we do lateron anyway), and then do the Fortran checking. -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._