[Xastir-Dev] Error on Mac OS X 10.3 clean install

Curt Mills, WE7U archer at eskimo.com
Sun Nov 16 19:51:21 EST 2003


On Sat, 15 Nov 2003, Marinus van Opzeeland wrote:

> I did a clean install of Mac OS X 10.3 on my system. Now that I am 
> re-installing Xastir, I get a number of warnings that  "HAVE_MALLOC"  
> is redefined.

It looks like perhaps ImageMagick is using "HAVE_MALLOC" in their
include file now?  The only place I see it in our stuff is in the
config.h file that "configure" creates.


> ld: warning prebinding disabled because dependent library: 
> /sw/lib/libXm.2.dylib is not prebound
> ld: warning can't open dynamic library: /sw/lib/libdl.0.dylib (checking 
> for undefined symbols may be affected) (No such file or directory, 
> errno = 2)
> ld: Undefined symbols:
> _rpl_malloc

The "prebound" stuff I've never seen before.  Undefined symbol of
"_rpl_malloc" certainly has something to do with MALLOC though.
It's possible that adding another library into your link line on
that system might get that "_rpl_malloc" function linked in.  See
if you can find which library has it.  It looks like it's part of
glibc on my system, and is defined in <stdlib.h>.

Curt, WE7U.				archer at eskimo.com
http://www.eskimo.com/~archer
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!"




More information about the Xastir-dev mailing list