I’m using Linux 8.0. The installation was completed and it created a 15 day evaluation license. the output of “pgcc -dryrun” is:
[qalberto@localhost bin]$ pgcc -dryrun
pgcc-Fatal-unable to find any RC file
[qalberto@localhost bin]$
and the output of “/lib/libc.so.6” is:
[qalberto@localhost bin]$ /lib/libc.so.6
GNU C Library stable release version 2.3.2, by Roland McGrath et al.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.2.2 20030222 (Red Hat Linux 3.2.2-5).
Compiled on a Linux 2.4.20 system on 2003-03-13.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.10 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
Report bugs using the `glibcbug’ script to <bugs@gnu.org>.
[qalberto@localhost bin]$
pgCC -drtrun
pgCC-Fatal-unable to find any RC file
I did makelocalrc $PGI/linux86/6.1/bin, but it failed as well with :
ERROR: file /libc.so.6: not found
Here is an output from /lib/libc.so.6
GNU C Library development release version 2.4, by Roland McGrath et al.
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.1.0 20060304 (Red Hat 4.1.0-2).
Compiled on a Linux 2.6.9 system on 2006-03-07.
Available extensions:
The C stubs add-on version 2.1.2.
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
GNU libio by Per Bothner
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
Thread-local storage support included.
For bug reporting instructions, please see: http://www.gnu.org/software/libc/bugs.html.
I did makelocalrc $PGI/linux86/6.1/bin, but it failed as well with :
ERROR: file /libc.so.6: not found
Make sure that you have PGI set (should be something like “/opt/pgi”) or remove $PGI and use the full path to the PGI directory. Also, make sure you have the correct release number since we just released version 6.2.
If makelocalrc fails with something like " ./makelocalrc: line 312: test: instalar:: binary operator expected", then set your “LANG” environment variable to “en_US”. The makelocalrc script currently only recognizes English words. I’m currently working on a fix for this.
following this forum, I also did the same as nikolay and I found:
makelocalrc /usr/local/linux86-64/6.1/bin
ERROR: file /libc.so.6: not found.
To check, I also did:
/lib/libc.so.6
GNU C Library development release version 2.3.5, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.0.0 20050525 (Red Hat 4.0.0-9).
Compiled on a Linux 2.4.20 system on 2005-05-30.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
Native POSIX Threads Library by Ulrich Drepper et al
The C stubs add-on version 2.1.2.
BIND-8.2.3-T5B
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Glibc-2.0 compatibility add-on by Cristian Gafton
GNU Libidn by Simon Josefsson
Thread-local storage support included.
For bug reporting instructions, please see: http://www.gnu.org/software/libc/bugs.html.
That means that I am using Fedora Core 4 … So, how this problem was solved (or not)?
Looking forward for the answer, greetings,