Archived

This forum has been archived. Please start a new discussion on GitHub.

Undefined symbols for architecture x86_64:

Hi!

I'm trying to compile the Demo/Ice/hello application on OSX 10.7. Simply type 'make' ends up with ~200 link errors. here is the output http://ideone.com/wEUVd;

i installed ice-cpp with macports and set HOME_ICE and LD_LIBRARY_PATH to /opt/local according to the README.


Any suggentions?


i also changed
embedded_runpath_prefix ?= /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR) to
embedded_runpath_prefix ?= /opt/local

in the Make.rules -> Same result






[SOLVED]

adding -lZerocIce to LIBS. libIce was renamed to libZerocIce