I'm trying, once again, to build gcl on solaris. gcl 2.6.7 does build, but I had to make a couple of changes.

The first is that o/makefile uses awk, but some of the awk expressions aren't accepted by Solaris' awk. Replacing them with nawk, which is standard, works.

The second change is that run_process.c uses SIOCPGRP. But Solaris needs to include sys/sockio.h to get that defined.

After these changes, gcl builds.  The result appears to work too. :-)

Ray



_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to