Camm, On October 23, 2006 9:52 PM I wrote: > ... > Thanks for the explanation. > > Note that __srget is not defined in an external library but rather > in the /usr/include/stdio.h: > > ppc-osx3:~/osx/new/gcl-2.6.8pre $ grep srget /usr/include/stdio.h > int __srget __P((FILE *)); > #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) > ppc-osx3:~/osx/new/gcl-2.6.8pre $ > > ------ > > Is that significant? Does that affect how gcl should look for this > symbol? > ...
Oops, please exclude the above comment. I must be tired, but I realize that's nonesense. Sorry. Regards, Bill Page. _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
