Il 01/11/2012 21:41, Rick Flower ha scritto: > Ok.. Some minor issues I ran across using the 3.2 snapshot from github : > > 1) environ is undefined for Solaris 8 + GCC 4.1.0 -- I needed to add the > missing "extern char** environ;" somewhere near the top of cint.c
This won't be fixed by updating the compiler, so patches are welcome. > 2) various sync functions are missing (e.g. > __sync_bool_compare_and_swap) from this version of GCC (4.1.0) -- as > these did not go in until 4.2.. Any ideas on how to proceed with > this? The code in gstpriv.h does not appear to be conditional so > everyone is expected to have it.. Yes, that's the case indeed. Paolo _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
