On 1/25/2018 7:45 AM, Kumar, Awanish wrote: > Hi team, > > > > While installing package “R CMD INSTALL RPostgreSQL_0.6-2.tar.gz” I am > getting below error. Error msg is saying that is saying that > config.guess/config.sub is not able to recognize my system. See the > below error msg. > > > > I have IBM powerbox system (powerpc64le-redhat-linux-gnu). > > > > *What we tried:* > > We followed the below instruction to replace config.guess/config.sub > these 2 files with latest file getting from link suggested in below > error but NO luck. >
If you replaced the two files with the current from the links provided below then why does the date from the script error message still show the year 2012. You must find every occurrence of the files in the source directory and replace them with the downloaded file. > > > *What is our observation:* > > It looks like config.guess/config.sub files are not build for IBM > Powerbox so we are getting this error. > > Maybe not, but you haven't proved that yet. You can execute the config.guess file manually that you downloaded to determine that. I just took a moment to look at the script. I find this snippet which tells me that your system is supported by the current script. ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-"$LIBC" exit ;; > > Need your assistance to resolve this problem. For any query you can > reach back to me. > Replace all files named config.guess and config.sub with the current ones from the repository. -- HTH, Earnie _______________________________________________ config-patches mailing list config-patches@gnu.org https://lists.gnu.org/mailman/listinfo/config-patches