Mac OS X

  • From: Andre Majorel <amajorel@xxxxxxxxx>
  • To: yadex@xxxxxxxxxxxxx
  • Date: Fri, 7 Mar 2003 00:51:47 +0100

While I was at testing Linux PPC,

  http://www.teaser.fr/~amajorel/yadex/macosx.png

The native ld is not entirely sane. It insists that all arrays
of chars be terminated with a NUL, in the apparent belief that
no one would ever declare an array of chars for anything else
than holding a C string. To get Yadex to link, you have to
change the size of al_adigits[] from 36 to 37 in al_adigits.c
and atclib.h. Other than that, it went remarkably smoothly.

-- 
André Majorel <amajorel@xxxxxxxxx>
http://www.teaser.fr/~amajorel/

Other related posts:

  • » Mac OS X