Hi there, I'm currently looking for a free (for now) C/C++ CAS library for the Win32 platform. GiNaC's functionnalities seem OK for me, but I'm wondering if a Win32 version exists? Do you know if I can find one ? Thanks very much for any help, Hervé Soulard.
Hi! On Mon, Jan 28, 2002 at 02:45:20PM +0100, Herve Soulard wrote:
I'm currently looking for a free (for now) C/C++ CAS library for the Win32 platform. GiNaC's functionnalities seem OK for me, but I'm wondering if a Win32 version exists?
Except for a few lines in ginsh, there's no platform-specific code in GiNaC I'm aware of. So it should compile fine under Win32, as long as you use a standards-compliant C++ compiler (which, AFAIK, excludes Microsoft's offerings). Bye, Christian -- / Coding on PowerPC and proud of it \/ http://www.uni-mainz.de/~bauec002/
On Mon, Jan 28, 2002 at 06:31:02PM +0100, Christian Bauer wrote:
Hi!
On Mon, Jan 28, 2002 at 02:45:20PM +0100, Herve Soulard wrote:
I'm currently looking for a free (for now) C/C++ CAS library for the Win32 platform. GiNaC's functionnalities seem OK for me, but I'm wondering if a Win32 version exists?
Except for a few lines in ginsh, there's no platform-specific code in GiNaC I'm aware of. So it should compile fine under Win32, as long as you use a standards-compliant C++ compiler (which, AFAIK, excludes Microsoft's offerings).
Or try cygwin and g++. (Google search cygwin) -- www.rephil.org "Trying to do something with your life is like sitting down to eat a moose." --Douglas Wood
You could always use cygwin (www.cygwin.com) for GiNaC. On Monday 28 January 2002 12:31 pm, you wrote:
Hi!
On Mon, Jan 28, 2002 at 02:45:20PM +0100, Herve Soulard wrote:
I'm currently looking for a free (for now) C/C++ CAS library for the Win32 platform. GiNaC's functionnalities seem OK for me, but I'm wondering if a Win32 version exists?
Except for a few lines in ginsh, there's no platform-specific code in GiNaC I'm aware of. So it should compile fine under Win32, as long as you use a standards-compliant C++ compiler (which, AFAIK, excludes Microsoft's offerings).
Bye, Christian
participants (4)
-
Brandon Barker
-
Christian Bauer
-
Herve Soulard
-
Phil Mendelsohn