A group of people are trying to get a Sparc build of Fedora put
together.  I just received a report from them that attempting to build
GCL failed.  The immediate problem is that plt.h is being generated
with these contents:

MY_PLT(),
MY_PLT(),
MY_PLT(_mcount),
MY_PLT(_setjmp),
MY_PLT(acos),
MY_PLT(acosh),
MY_PLT(asin),
MY_PLT(asinh),
MY_PLT(atan),
MY_PLT(atanh),
MY_PLT(cos),
MY_PLT(cosh),
MY_PLT(exp),
MY_PLT(fdopen),
MY_PLT(feof),
MY_PLT(log),
MY_PLT(memset),
MY_PLT(read),
MY_PLT(sin),
MY_PLT(sincos),
MY_PLT(sinh),
MY_PLT(sqrt),
MY_PLT(sscanf),
MY_PLT(tan),
MY_PLT(tanh),
MY_PLT(write)

Those two empty invocations of MY_PLT() at the top are causing a
compilation error.  It's been a long time since I last used AWK.
Before I go dig out my AWK manual to try to figure out what happened
here, does anybody have any ideas on what could lead to those empty
entries?

Thanks,
-- 
Jerry James
http://www.jamezone.org/


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to