actually either one gets past that error.

now it fails with

/usr/include/unistd.h:531: error: conflicting types for 'my_sbrk'
../h/config.h:42: previous declaration of 'my_sbrk' was here

line 531 reads:

void *sbrk(int);

it appears that line 42ish reads:

#define sbrk my_sbrk
extern char *my_sbrk(int incr);

t


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to