lib_I_dbg_gen.so.1 not found
Hi,
I am struggling with the compilation under a SPARC solaris platform.
Successfull Installation of packages:
- SUNW0scgfss
- gcc
While executing "make", I get the following error message:
gcc -Wmissing-prototypes -Wformat -Dstrcasecmp=fix_strcasecmp-Dstrncasecmp=fix_strncasecmp -g -O -I. -DSUNOS5 -c alldig.c
ld.so.1: cc1: fatal: lib_I_dbg_gen.so.1: open failed: No such file or directory
gcc: Internal error: Killed (program cc1)
Please submit a full bug report to
<URL:http://forum.sun.com/jive/jorum.jspa?forumID=321>.
*** Error code 1
make: Fatal error: Command failed for target `alldig.o'
The file exists under the /opt/SUNW0scgfss/4.0.2/prod/lib/ directory.
However,
# ldd /opt/gcc/libexec/gcc/sparc-sun-solaris2.9/4.0.3/cc1
lib_I_dbg_gen.so.1 =>(file not found)
libsunir.so =>(file not found)
libc.so.1 =>/usr/lib/libc.so.1
libdl.so.1 =>/usr/lib/libdl.so.1
/usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
Any clue on a possible fix to this problem ?
Thanks in advance

