Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 07-08-2005
mwilson mwilson is offline
Registered User
 
Name: Mark Wilson
Organization: University of Rochester
Project: Omega EP laser
 
Join Date: Jul 2005
Location: Rochester, NY
Posts: 73
Compiling with Sun Studio 10

I downloaded the Solaris binary. When linking using CC, get:

ld: warning: file libstdc++.so.6: required by /oudvmt/sun4u_SunOS5.9/Ice-2.1.0/lib/libIce.so, not found

libstdc++.so is in our gcc installation. So, how do I link using CC?

Thanks!
__________________
Mark E. Wilson
Lead Programmer/Analyst
Omega EP Project
Laboratory for Laser Energetics (www.lle.rochester.edu)
University of Rochester
Rochester, NY 14623
Reply With Quote
  #2 (permalink)  
Old 07-08-2005
bernard's Avatar
bernard bernard is online now
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 816
Hi Mark,

I've just installed our Ice 2.1.2 Solaris binary distribution and built the Hello demo with CC 5.4 ... there is no dependency on the GCC runtime:

sun:~/2.1.2/Ice-2.1.2-demos/demo/Ice/hello$ ldd client
libIce.so.21 => /home/bernard/2.1.2/Ice-2.1.2/lib/libIce.so.21
libIceUtil.so.21 => /home/bernard/2.1.2/Ice-2.1.2/lib/libIceUtil.so.21
libpthread.so.1 => /usr/lib/libpthread.so.1
libCstd.so.1 => /usr/lib/libCstd.so.1
libCrun.so.1 => /usr/lib/libCrun.so.1
libm.so.1 => /usr/lib/libm.so.1
libw.so.1 => /usr/lib/libw.so.1
libthread.so.1 => /usr/lib/libthread.so.1
libc.so.1 => /usr/lib/libc.so.1
libbz2.so.1 => /usr/lib/libbz2.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
librt.so.1 => /usr/lib/librt.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libaio.so.1 => /usr/lib/libaio.so.1
libmd5.so.1 => /usr/lib/libmd5.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
/usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
/usr/platform/SUNW,UltraAX-i2/lib/libmd5_psr.so.1

I also checked the 2.1.0 binary distribution, and it looks good as well: built with Sun CC 5.4, with no dependency on the GCC runtime (BTW you should upgrade to 2.1.2).

Are you sure this libIce.so comes from our binary distribution? You could try 'ldd libIce.so' or 'dump -Lv libIce.so' to check.

Best regards,
Bernard
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
visual Studio & ice 3.0 & Global Assembly Cache loheron Help Center 7 11-23-2006 08:39 AM
Hello World in Visual Studio 6 orphean Help Center 5 01-09-2006 12:33 PM
Visual Studio 2005 C# ICE Issues jborg Bug Reports 3 12-23-2005 06:42 PM
Visual studio net xdm Help Center 1 02-06-2004 10:56 PM
Visual Studio 6 project files for Ice gmueckl Help Center 2 09-02-2003 04:18 AM


All times are GMT -4. The time now is 10:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.