[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building 0812 on Sun4 solaris 2.4 with gcc 2.7.0?
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Building 0812 on Sun4 solaris 2.4 with gcc 2.7.0?
- From: Marcus Daniels <marcus@sysc.pdx.edu>
- Date: Mon, 13 Nov 1995 18:29:20 GMT
- In-reply-to: <3340.816271504@rtp.ericsson.se>
- References: <3340.816271504@rtp.ericsson.se>
- Reply-to: marcus@sysc.pdx.edu
>>>>> "Raymond" == Raymond Toy <toy@rtp.ericsson.se> writes:
Raymond> When adding the regexp module, gcc fails because explicit is now a
Raymond> keyword.
Thanks, will be fixed.
Raymond> global register variable follows a function definition
Raymond> The relevant line in clisp.h is:
Raymond> register object subr_self __asm__("%g4");
Raymond> At this point I'm stuck.
A workaround is compiling without "--with-dynamic-modules".