Re: [Rd] Using gcc4 visibility features

2006-01-05 Thread elijah wright
>>> R-devel now makes use of gcc4's visibility features: for >>> an in-depth account see > >elijah> does this mean that we now have a dependency on >elijah> gcc4, or just that it "can" use the feature of gcc4? > > the latter (of course!) that's what i expected, i was just checkin

Re: [Rd] Using gcc4 visibility features

2006-01-05 Thread Martin Maechler
>>>>> "elijah" == elijah wright <[EMAIL PROTECTED]> >>>>> on Thu, 5 Jan 2006 09:13:15 -0600 (CST) writes: >> Subject: [Rd] Using gcc4 visibility features >> >> R-devel now makes use of gcc4's visibi

Re: [Rd] Using gcc4 visibility features

2006-01-05 Thread elijah wright
> Subject: [Rd] Using gcc4 visibility features > > R-devel now makes use of gcc4's visibility features: for an in-depth > account see > > http://people.redhat.com/drepper/dsohowto.pdf does this mean that we now have a dependency on gcc4, or just that it "

[Rd] Using gcc4 visibility features

2006-01-05 Thread Prof Brian Ripley
R-devel now makes use of gcc4's visibility features: for an in-depth account see http://people.redhat.com/drepper/dsohowto.pdf (and note there are older versions of that document around). Consider for example stats.so. On a gcc4 Linux system this has just three entry points gannet% nm -g stat