wang@rjka.com
2001-Apr-26 17:57 UTC
[Rd] bug when compiling using --with-f2c option (PR#923)
Full_Name: Huayin Wang Version: 1.2.2 OS: solaris Submission from: (NULL) (38.158.182.2) when configure using --with-f2c option, the f2c library should be linked. It maybe just adding a -lf2c somewhere, but I do not know enough about it to fix it. As it is now, errors will be generated complaining some symbols such as "i_len" etc. not found. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Kurt Hornik
2001-Apr-27 05:59 UTC
[Rd] bug when compiling using --with-f2c option (PR#923)
>>>>> wang writes:> Full_Name: Huayin Wang > Version: 1.2.2 > OS: solaris > Submission from: (NULL) (38.158.182.2)> when configure using --with-f2c option, the f2c library should be > linked. It maybe just adding a -lf2c somewhere, but I do not know > enough about it to fix it. As it is now, errors will be generated > complaining some symbols such as "i_len" etc. not found.How do you think we can solve your problem based on the information you gave? In case of --with-f2c, configure tests for -lf2c or -lF77/-lI77, and stops if neither is found. Have a look at config.log to see what happened in your case. -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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._