axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-mail] Axiom Users, Axiom Programmers and Axiom Developers


From: Billinghurst, David \(CALCRTS\)
Subject: RE: [Axiom-mail] Axiom Users, Axiom Programmers and Axiom Developers
Date: Fri, 14 Jan 2005 23:04:50 +1100

> On Thursday, January 13, 2005 6:37 PM Billinghurst,David (CALCRTS)
> wrote:
> > 
> > From: Page, Bill
> > > I was very surprized when Axiom went all the way through
> > > the spad compile and then told me (well GCL told me, really)
> > > that it could not find `gcc'!
> > 
> > The Windows maxima binary package, also built with gcl, includes
> > gcc.exe, cc1.exe, as.exe and the few header files required.  
> > I can provide more details if needed.  
> > 
> 
> So this would be the minimum list of files that are needed by
> GCL in order to do a compile and where to put them? Yes, please.
> 
> I would also prefer to include these files in the Axiom
> installation program so that no other software installations
> are required by the user to get a fully functional system.
> 
> Thanks.
> 
> Bill Page.
> 

This is the setup for maxima-5.9.1, using gcc-3.3.1.  There will be
slight variation for other versions of gcc.

First we need to put gcc.exe somewhere in the path.  I think that
the logical place is axiom/mnt/windows/bin.  

The other files are located relative to gcc.exe

../include/getopt.h
../include/io.h
../include/math.h
../include/process.h
../include/setjmp.h
../include/stddef.h
../include/stdio.h
../include/stdlib.h
../include/sys
../include/sys/fcntl.h
../include/sys/file.h
../include/sys/locking.h
../include/sys/param.h
../include/sys/stat.h
../include/sys/time.h
../include/sys/timeb.h
../include/sys/types.h
../include/sys/unistd.h
../include/sys/utime.h
../include/unistd.h
../include/varargs.h
../include/_mingw.h

../lib/gcc-lib/mingw32/3.3.1
../lib/gcc-lib/mingw32/3.3.1/as.exe
../lib/gcc-lib/mingw32/3.3.1/cc1.exe
../lib/gcc-lib/mingw32/3.3.1/include
../lib/gcc-lib/mingw32/3.3.1/include/float.h
../lib/gcc-lib/mingw32/3.3.1/include/g2c.h
../lib/gcc-lib/mingw32/3.3.1/include/iso646.h
../lib/gcc-lib/mingw32/3.3.1/include/limits.h
../lib/gcc-lib/mingw32/3.3.1/include/mmintrin.h
../lib/gcc-lib/mingw32/3.3.1/include/stdarg.h
../lib/gcc-lib/mingw32/3.3.1/include/stdbool.h
../lib/gcc-lib/mingw32/3.3.1/include/stddef.h
../lib/gcc-lib/mingw32/3.3.1/include/syslimits.h
../lib/gcc-lib/mingw32/3.3.1/include/unwind.h
../lib/gcc-lib/mingw32/3.3.1/include/varargs.h
../lib/gcc-lib/mingw32/3.3.1/include/xmmintrin.h
../lib/gcc-lib/mingw32/3.3.1/specs


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]