[GRASS5] 5.0.0pre1 on mac osx

Glynn Clements glynn.clements at virgin.net
Tue Apr 24 21:35:54 EDT 2001


andy agena wrote:

> > gmake5 > gmake5.out 2>&1
> 
> the lib gmake seems fine:
> 
> make: Nothing to be done for `all'
> 
> however, the XDRIVER had the following:
> 
> /usr/bin/ld: Undefined symbols:
> __XErrorFunction
> __XIOErrorFunction
> __Xdebug
> 
> I did a strings on ld, and they weren't in the file (should i add 'of 
> course'?).

They wouldn't be in "ld"; that's just the linker.

These symbols (or something like them) should exist in libX11. My
libX11 (XFree86 4.0.2) has these symbols in the BSS segment (global
variables which are implicitly initialised to zero), but with only one
leading underscore (most symbols have none). "nm /usr/X11/lib/libX11.so"
says:

	000deec4 B _XErrorFunction
	...
	000deecc B _XIOErrorFunction
	...
	000deed4 B _Xdebug

However, XDRIVER doesn't include any explicit reference to these
symbols.

Have you been able to successfully compile any other X applications?

-- 
Glynn Clements <glynn.clements at virgin.net>

---------------------------------------- 
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'



More information about the grass-dev mailing list