After installing the binaries on redhat 9, I get a long list of errors like:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libgpc.a(rts.o)(.text+0x5e3): In function `_p_UpCase': /home/frank/gpc/gcc-3.3.3/gcc/p/rts/rts.c:899: undefined reference to `__ctype_toupper'
I have seen this problem often quoted in the list, but without a clear solution.
My question is: Will recompliling gpc solve those issues?
thanks Francesco
Francesco Bonomi wrote:
After installing the binaries on redhat 9, I get a long list of errors like:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libgpc.a(rts.o)(.text+0x5e3): In function `_p_UpCase': /home/frank/gpc/gcc-3.3.3/gcc/p/rts/rts.c:899: undefined reference to `__ctype_toupper'
I have seen this problem often quoted in the list, but without a clear solution.
My question is: Will recompliling gpc solve those issues?
Probably yes. Red Hat and Debian (which I built them on) apparently still use too different versions of system libraries.
If anyone wants to upload a RH binary again, let me know or use the "Upload" page on the web site. If someone wants to do it regularly they can get an ssh account to do to it themselves.
Frank
On Wed, Dec 22, 2004 at 08:49:22PM +0100, Frank Heckenbach wrote:
If anyone wants to upload a RH binary again, let me know or use the "Upload" page on the web site. If someone wants to do it regularly they can get an ssh account to do to it themselves.
Frank
I've uploaded Fedora Core (i386) binaries on the WWW upload page.
Emil Jerabek
Emil Jerabek wrote:
On Wed, Dec 22, 2004 at 08:49:22PM +0100, Frank Heckenbach wrote:
If anyone wants to upload a RH binary again, let me know or use the "Upload" page on the web site. If someone wants to do it regularly they can get an ssh account to do to it themselves.
I've uploaded Fedora Core (i386) binaries on the WWW upload page.
Thanks. I've installed them as:
http://www.gnu-pascal.de/binary/gpc-20041218.i686-fedora-linux-gnu.tar.gz http://www.gnu-pascal.de/binary/gpc-20041218-with-gcc.i686-fedora-linux-gnu....
(I had to replace `-pc-' by `-fedora-' in those names to avoid a name conflict.)
Frank
On Wed, Dec 22, 2004 at 07:01:54PM +0100, Francesco Bonomi wrote:
After installing the binaries on redhat 9, I get a long list of errors like:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libgpc.a(rts.o)(.text+0x5e3): In function `_p_UpCase': /home/frank/gpc/gcc-3.3.3/gcc/p/rts/rts.c:899: undefined reference to `__ctype_toupper'
I have seen this problem often quoted in the list, but without a clear solution.
My question is: Will recompliling gpc solve those issues?
Yes.
thanks Francesco
On Wed, Dec 22, 2004 at 08:49:22PM +0100, Frank Heckenbach wrote:
Francesco Bonomi wrote:
[...]
Probably yes. Red Hat and Debian (which I built them on) apparently still use too different versions of system libraries.
Version is more relevant here than distribution. AFAIK binaries built against glibc 2.3 are interchangeable between RH and Debian; binaries built against glibc <= 2.2 (on any distro) do not work on RH 9 and Fedora.
If anyone wants to upload a RH binary again, let me know or use the "Upload" page on the web site. If someone wants to do it regularly they can get an ssh account to do to it themselves.
I plan to upload a FC-built binary as I did for former releases, but it may take 2 weeks or so (hard disk died in my Fedora machine).
Emil Jerabek