View Single Post
  #1 (permalink)  
Old 04-15-2008
scottie scottie is offline
Registered User
 
Name: Scott Smedley
Organization: Anglo-Australian Observatory
Project: Astronomical Software
 
Join Date: Mar 2008
Posts: 5
Problem compiling Ice 3.3b

Hi,

I am trying to compile Ice v3.3b to try out the persistent subscribers feature & have hit a problem during compilation:

c++ -shared -Wl,--enable-new-dtags -Wl,-rpath,/opt/Ice-3.3b/lib -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -g -L../../lib -o ../../lib/libSlice.so.3.3b -Wl,-h,libSlice.so.33b Scanner.o Grammar.o Parser.o CPlusPlusUtil.o CsUtil.o JavaUtil.o Preprocessor.o Checksum.o PythonUtil.o DotNetNames.o RubyUtil.o Util.o MD5.o MD5I.o SignalHandler.o -lIceUtil -lmcpp -lpthread -lrt
/usr/bin/ld: cannot find -lmcpp

Ice v3.2.1 compiled just fine on this system (Fedora Core 4). Do I need extra libraries for the 3.3 release?

Scott.
Reply With Quote