To link, if I add the library micoir, I successfuly link my application and
also exemples inside the pacakge mico.

I don't understand ... is a particularity of my architecture : xlc compiler
on linux/ppc64
because in each Makefile, there is only the $(LIBMICO)

For exemple, in the directory daemon, I show an extract of the Makefile :

    43  micod: $(MICODOBJS) ../orb/$(LIBMICO)
    44          $(CXX) $(CXXFLAGS) $(LDFLAGS) $(MICODOBJS) $(LDLIBS) -o $@
    45          $(POSTLD) $@

and me, I need to modify the Makefile like this :

    43  micod: $(MICODOBJS) ../orb/$(LIBMICO) ../ir/$(LIBMICOIR)
    44          $(CXX) $(CXXFLAGS) $(LDFLAGS) $(MICODOBJS) $(LDLIBS) -o $@
    45          $(POSTLD) $@

thanks for your advice
_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to