From pengzhao@xxxxxxxxxxxxxx Sun Mar 4 18:00:02 2001
I am confused by the error messages encountered these days.
I use "make build -fMake.cross" and "INSTALL" to generate the
sgicc. Should I run sgicc under "nue"? Now that it is a cross compiler,
I had thought I can run sgicc directly without nue but run the generated
code under NUE.
Let's look at the problem in my sgicc under NUE.
following is the error message:
sgicc test.c sgicc: /usr/ia32-pc-linux/lib/libc.so.6: version
`GLIBC_2.1.3' not found (required by sgicc)
You can compile apart from NUE, but you can't link apart from NUE
(or on a IA64 machine). The above error is a link error,
because the wrong library is being used.
-- Mike Murphy
-- mpm@xxxxxxx
-- quote of the day:
-- "Consider the postage stamp. It secures success through its ability
-- to stick to one thing till it gets there." (Josh Billings)
|