ld.so.1: gcc: fatal: libintl.so.3: open failed: No such file or directory
Hello;
I have installed SMCgcc 3.4.6 in a server sfv490 with solaris8.
But when I execute gcc, I'm getting the following error:
ld.so.1: gcc: fatal: libintl.so.3: open failed: No such file or directory
Killed
To doing ldd -d gcc
libintl.so.3 => (file not found)
libiconv.so.2 => (file not found)
libc.so.1 =>/usr/lib/libc.so.1
libdl.so.1 =>/usr/lib/libdl.so.1
/usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
What more do I need to install so GCC works correctly?

