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

[1142 byte] By [Samsam] at [2007-11-26 10:21:27]
# 1

Hi, Samsam,

Your message showed 4.0.3/cc1 and /opt/SUNW0scgfss/4.0.2.

I guess you have installed the new gcc package but not

the SUNW0scgfss. If you download and install the

new SUNW0scgfss package, you should have

/opt/SUNW0scgfss/4.0.3, and this problem should

go away.

Chih-Hung

chihhung at 2007-7-7 2:20:58 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2
Yep. that did do it. Thanks for your help and your quickness.
Samsam at 2007-7-7 2:20:58 > top of Java-index,Open Source Technologies,OpenSPARC...