On Tue, 7 Aug 2001, Anuradha wrote:
Hello,
I am using binutils-2.10,gcc-2.95.2 and gpc20010107 to build a GPc for sun-solaris-2.6. I did a configure with <gpc-src-dir>/configure --prefix=<objdir> --enable-languages=pascal --with-gnu-as --with-gnu-ld then gave make bootstrap It gives me an error fixinc.sh : cannot open file but the current directory is ofcourse <gpcsource direc>/gcc where fixinc is. Do you know what the error could be?
"cannot open file" says it found the file. Most likely the problem is between the user id you're logged in with and the fixinc file ownership/permissions. If that is the case you may want to do a, as root, chown -R <your id>:users <src tree>.
Hope this helps, Russ