According to Janine Sisk:
> Ok, so I'm missing libstdc++ - but I'm not!
> 
> [htdig-3.1.2]$ echo $LD_LIBRARY_PATH
> LD_LIBRARY_PATH:/export1/app/oracle/product/8.0.5/lib:/usr/lib
> 
> [htdig-3.1.2]$ ls -l /usr/lib/*stdc++*
> lrwxrwxrwx   1 root     root           20 Apr 14 04:04 /usr/lib/libstdc++.so.2.7.2 
>-> libstdc++.so.2.7.2.8
> -r-xr-xr-x   1 root     root      1025339 Oct 15  1997 /usr/lib/libstdc++.so.2.7.2.8
> lrwxrwxrwx   1 root     root           18 Apr 14 04:04 /usr/lib/libstdc++.so.2.8 -> 
>libstdc++.so.2.8.0
> -r-xr-xr-x   1 root     root       375773 Oct 14  1998 /usr/lib/libstdc++.so.2.8.0
> 
> I have all the relevant RPMs (that I know about, anyway) installed:
> [htdig-3.1.2]$ rpm -qa | grep gcc
> gcc-2.7.2.3-14
> [htdig-3.1.2]$ rpm -qa | grep egcs
> egcs-1.0.3a-14
> egcs-c++-1.0.3a-14
> egcs-objc-1.0.3a-14
> [htdig-3.1.2]$ rpm -qa | grep stdc
> libstdc++-2.8.0-14 
> 
> What the heck am I missing here????

Red Hat splits up the runtime and development libraries, so you can save
space on systems where you don't need to compile.  You must also install

        libstdc++-devel-2.8.0-14

in order to link C++ code on Red Hat 5.2.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to