Re: [Rd] Compatibility of external C code across platforms

2009-09-26 Thread Murray Efford
ty of external C code across platforms On Sat, 26 Sep 2009, Murray Efford wrote: > A package I have written makes considerable use of external C code. > There appear to be no problems building a Windows binary with the > GNU C compiler, but now I would like to make the package availab

Re: [Rd] Compatibility of external C code across platforms

2009-09-26 Thread Prof Brian Ripley
On Sat, 26 Sep 2009, Murray Efford wrote: A package I have written makes considerable use of external C code. There appear to be no problems building a Windows binary with the GNU C compiler, but now I would like to make the package available for other platforms. A stringent check of the code

Re: [Rd] Compatibility of external C code across platforms

2009-09-26 Thread William Dunlap
overflows can be hard. Bill Dunlap TIBCO Spotfire wdunlap tibco.com -Original Message- From: r-devel-boun...@r-project.org on behalf of Murray Efford Sent: Sat 9/26/2009 3:25 AM To: Prof Brian Ripley Cc: r-de...@lists.r-project.org Subject: Re: [Rd] Compatibility of external C code across

[Rd] Compatibility of external C code across platforms

2009-09-25 Thread Murray Efford
A package I have written makes considerable use of external C code. There appear to be no problems building a Windows binary with the GNU C compiler, but now I would like to make the package available for other platforms. A stringent check of the code with the gcc options '-Wall -pedantic' fla