[Ecls-list] sttandalone linking problem

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Fri Oct 13 16:35:48 UTC 2006


2006/10/13, Rick Taube <taube at uiuc.edu>:
> (#P"/Lisp/cm/cm.asd" . #P"//Lisp/cm/bin/ecl_0.9i_darwin-powerpc//cm.o")

I presume you call the CM library just CM. The problem is that the
initialization function from this object file (cm.o) is called
_init_CM, and the initialization function for your library (once
linked) is also called _init_CM.

A solution is to rename the library so that it does not have the same
name as some of the files.

Juanjo

-- 
Max-Planck-Institut für Quantenoptik
Hans-Kopfermann-Str. 1, Garching, D-85748, Germany
Phone: +49 89 32905 345   Fax: +49 89 32905 336
http://www.mpq.mpg.de/Theorygroup/CIRAC/




More information about the ecl-devel mailing list