dbx: internal warning when reading libclntsh.so.10.1

Hi,

I have Sunstudio 12 on Solaris x86. I've got a warning when dbx read libclntsh.so.10.1.

What's wrong? any idea?

--

bash-3.00$ uname -a

SunOS wel02566 5.11 snv_57 i86pc i386 i86pc

bash-3.00$ CC -V

CC: Sun C++ 5.9 SunOS_i386 2007/05/03

--

(dbx)debug - 9358

...

Reading libnsl.so.1

Reading libclntsh.so.10.1

dbx: internal warning: "(null)"::srcname(InfoOrgin_CMDLINE):value "ntcontab.c" being set to "nt.c"

Reading libCstd.so.1

...

I tried relinking everything. Also in $ORACLE_HOME/bin, ran genclntsh

-rwxr-xr-x1 oracledba29485240 13:24 libclntsh.so.10.1

Did anybody encounter something like this?

[717 byte] By [EJ_ILGUa] at [2007-11-27 8:02:37]
# 1

This warning (roughly) says that certain object file has ambiguous reference to its source -- it is either ntcontab.c or nt.c. dbx assumes the latter, in this case - nt.c

It should cause any problems if libclntsh.so.10.1 doesn't have debugging information and/or you don't need to see its source code.

MaximKartasheva at 2007-7-12 19:44:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...