[Axiom-developer] SBCL/wh-sandbox

2007-06-27 Thread Gernot Hueber
Dear Waldek, I am trying to compile wh-sandbox (co from yesterday) with sbcl on a FreeBSD 6.2 system. Compile ran fine for a long time (it finished with gcl). Yet a problem occured. Pls see below for the locking?! Can you give me some advice. Is this due to the sockets and writablep issue? I conf

Re: [Axiom-developer] New dynamic library access in GCL

2007-06-25 Thread Gernot Hueber
inary License: GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC) > Modifications of this banner must retain notice of a compatible license > Dedicated to the memory of W. Schelter > > Use (help) to get some basic information on how to use GCL. > > Temporary di

Re: [Axiom-developer] NAG libraries

2007-05-31 Thread Gernot Hueber
Martin Rubey writes: Dear Waldek, Waldek Hebisch <[EMAIL PROTECTED]> writes: As I wrote in: http://lists.nongnu.org/archive/html/axiom-developer/2006-12/msg00075.html we have sources to nag demon on NAG cdrom. However, replay from Mike Dewar was slightly discouraging: http://lists.no

Re: [Axiom-developer] NAG libraries

2007-05-31 Thread Gernot Hueber
No, I don't have the library. Gernot Martin Rubey writes: "Gernot Hueber" <[EMAIL PROTECTED]> writes: Dear Martin, I agree with you, but from a somewhat different point of view. There are several highly interesting and important libraries in addition to NAGlib (e.

Re: [Axiom-developer] NAG libraries

2007-05-31 Thread Gernot Hueber
Dear Martin, I agree with you, but from a somewhat different point of view. There are several highly interesting and important libraries in addition to NAGlib (e.g. atlas, lapack, gnu scientific library, ...) which are very nice to have being accessible from within Axiom. Some of these are For

Re: gcl, shared libraries, was [Axiom-developer] Lisp portability

2007-05-23 Thread Gernot Hueber
Dear Camm, Great! Many thanks for working on the issue of calling shared lib functions from gcl. I have struggled some time ago with this issue, with moderate success. Actually, I tried to call a shared lib function from Aldor/Axiom via gcl. My trails were based und the gcl-loader package, which

Re: [Axiom-developer] How to do generic sum using aldor?

2007-01-03 Thread Gernot Hueber
You also can use reduce. E.g. reduce(+, [1,2,3]) Gernot Ralf Hemmecke writes: You should have read previous posts. Axiom does not understand "extend". The following code does what you want. Just say %axiom )co sumlist.as sumlist [1,2,3] ---BEGIN sumlist.as #include "axiom" SumPackage(

Re: [Axiom-developer] Nag libraries

2006-12-10 Thread Gernot Hueber
Hi Waldek, I have spent some thoughts in how Axiom can interface external (shared) libraries. I have tried this one for a few functions of the Gnu Scientific Library (GSL) - the work is unfiniished, due to that there are numerous functions. However, this approach is easily adoptably for any e

[Axiom-developer] Re: [Axiom-mail] NNI to SingleInteger

2006-11-28 Thread Gernot Hueber
Hi Ralf, Ralf writes: Hello, does somebody know the proper method/function to convert between NNI, PI, SingleInteger, Integer Complete conversion graph would be interesting. Note that I am *not* interested in interpreter stuff. I want to know the explicit functions that I have to call i

Re: [Axiom-developer] Axiom Video Documentation

2006-11-22 Thread Gernot Hueber
Hi, opening on a not very current FreeBSD using Mozilla fails with the request to download plugins. However, direct download of the mov/avi (e.g. fetch http://daly.axiom-developer.org/literate/MakeAxiom_mov/MakeAxiom_mov_media/M akeAxiom_mov.mov) and playing in mplayer works fine - but wmv fai

[Axiom-developer] Re: GCL and elf-loader

2006-11-21 Thread Gernot Hueber
Hi, Gabriel Dos Reis writes: "Gernot Hueber" <[EMAIL PROTECTED]> writes: | In the meantime I had a look to www.swig.org, which has been mention | on the axiom-* lists recently. IMHO it should be possible to generate | wrappers (lisp and aldor) with this tool - yet the

[Axiom-developer] Re: Axiom for OS X and the BSDs

2006-10-17 Thread Gernot Hueber
root writes: Axiom will build properly on gcl-2.6.7 You just have to set the GCLVERSION variable and fetch the gcl-2.6.7.tgz from the archive and put it in the zips directory. t Hi, I used the gcl-system approach with success. Gernot __

[Axiom-developer] Re: Axiom for OS X and the BSDs

2006-10-16 Thread Gernot Hueber
Weiss, Juergen writes: "Gernot Hueber" <[EMAIL PROTECTED]> writes: | Hi, what about the BSDs? For some time I think I am the only one :-( Currently, you cannot build build-improvements on *BSD because I use some GNUisms in the Makefile (e.g. "export"). Th

[Axiom-developer] Re: Axiom for OS X and the BSDs

2006-10-16 Thread Gernot Hueber
Ok, actually I have a tight schedule until Thursday ... but I try to do it ASAP. Gernot root writes: Gernot, Please send me a diff -Naur of your version and --patch-50 and I'll see if I can get it running on my FreeBSD machine. t ___ Axi

[Axiom-developer] Re: Axiom for OS X and the BSDs

2006-10-16 Thread Gernot Hueber
root writes: what about the BSDs? For some time I think I am the only one :-( Gernot Gabriel Dos Reis writes: > "Bill Page" <[EMAIL PROTECTED]> writes: > > | Is anyone working on Axiom for OS X? > > Not right now, but I need to get to it, because 66% of my students > runs on MACs.

[Axiom-developer] Re: Axiom for OS X and the BSDs

2006-10-16 Thread Gernot Hueber
Hi, what about the BSDs? For some time I think I am the only one :-( Gernot Gabriel Dos Reis writes: "Bill Page" <[EMAIL PROTECTED]> writes: | Is anyone working on Axiom for OS X? Not right now, but I need to get to it, because 66% of my students runs on MACs. -- Gaby _

Re: [Axiom-developer] Using ALLPROSE for SPAD programming

2006-08-22 Thread Gernot Hueber
Hi Ralf, On Tue, 2006-08-22 at 14:18 +0200, Ralf Hemmecke wrote: > > First of all, I want to point out that I don't want to advocate against > > ALLPROSE for documentation, which is in fact an interesting development > > framework. > > Nevertheless, my contribution do the documentation discussion

Re: [Axiom-developer] Using ALLPROSE for SPAD programming

2006-08-22 Thread Gernot Hueber
On Tue, 2006-08-22 at 02:19 -0400, root wrote: > > Nevertheless, my contribution do the documentation discussion is > > non-ALLPROSE. Did you consider using an "javadoc" style for > > documentation. E.g. doxygen is a mature and flexible tool aimed primary > > at C++ but extended to some more langua

RE: [Axiom-developer] Using ALLPROSE for SPAD programming

2006-08-21 Thread Gernot Hueber
ents of the pamphlet > file. And also to create appropriate hyperlinks to this stuff. > Is that right? In that case, in the end will it be at least > a partial replacement for the hyperdoc browser? > > I think we need to talk more about how this would work both >

Re: [Axiom-developer] Old Lisp

2006-08-15 Thread Gernot Hueber
I hope to be in position > to test tomorrow, but we should definitely have some *BSD guys shime it. Can you give me some instruction, where do get the respective sources etc (off-the-list) Gernot > > -- Gaby > > > _______ > Axiom-d

[Axiom-developer] Using a shared lib in Axiom

2006-08-04 Thread Gernot Hueber
0.54030230586813977 Type: SExpression (3) -> DYN_-COS(1.1::DoubleFloat)$Lisp (3) 0.45359612142557748 Type: SExpression (4) -> -- DI Gernot Hueber Institut für Integrierte Scha

[Axiom-developer] interpsys with dlopen in underlying lisp

2006-08-03 Thread Gernot Hueber
Hi, I have managed to build interpsys with dlopen in the image. Next step is to use dlopen, which in fact is the more interesting part. Has anybody experience with dlopen yet? Regards Gernot hawkings# /home/hueber/src/axiom--main--1--patch-49/obj/freebsd/bin/interpsys GCL (GNU Common Lisp) 2.

Re: [Axiom-developer] Axiom patch-49 (+ Aldor 1.0.3) compiles on FreeBSD :-))

2006-08-03 Thread Gernot Hueber
Hi, Here is the patchfile. Pls check. util.ht is broken, but I think this is not a FreeBSD issue. I used one from an older build and hyperdoc works again. You need bash, gsed and gawk installed! Install gcl from the ports with "--enable-ansi" removed from the Makefile. Go into bash, start ./conf

[Axiom-developer] Axiom patch-49 (+ Aldor 1.0.3) compiles on FreeBSD :-))

2006-08-03 Thread Gernot Hueber
build a FreeBSD port? ... and is able to get compiler::link working for interpsys? Gernot -- DI Gernot Hueber Institut für Integrierte Schaltungen Altenbergerstr. 69 4040 Linz Tel +43 732 2468 7120 Fax +43 732 2468 7126 Email hueber at riic dot at

Re: [Axiom-developer] Call Foreign C from Aldor/Axiom

2006-06-02 Thread Gernot Hueber
On Fri, 2006-06-02 at 12:08 +0200, Martin Rubey wrote: > Gernot Hueber <[EMAIL PROTECTED]> writes: > > > > > > For loading an external library did you try the usual Axiom > > > > > command > > > > > > > >

RE: [Axiom-developer] Call Foreign C from Aldor/Axiom

2006-06-02 Thread Gernot Hueber
Hi, On Thu, 2006-06-01 at 11:48 -0400, Page, Bill wrote: > On Thursday, June 01, 2006 2:59 AM Gernot Hueber wrote: > > > > ... > > > > Now, my questions: > > > > .) s there a recommended/better way to call external functions > > > > within A

RE: [Axiom-developer] Call Foreign C from Aldor/Axiom

2006-05-31 Thread Gernot Hueber
On Wed, 2006-05-31 at 11:01 -0400, Page, Bill wrote: > On Wednesday, May 31, 2006 2:54 AM Gernot Hueber wrote: > > > > > Due to that I want to call external library functions from > > within Aldor/Axiom I did some trials with Aldors "Foreign" > > and GCL &

[Axiom-developer] Call Foreign C from Aldor/Axiom

2006-05-30 Thread Gernot Hueber
nk, the "defentry" part could be added with an Aldor "Foreign Lisp" call? .) How can I "load", external libraries (e.g. nputs.o)? Thanks Gernot -- Dipl.-Ing. Gernot Hueber Johannes-Kepler Universität Institut für Integrierte Schaltungen Altenbergerstr. 69 A-404

Re: [Axiom-developer] Building axiom on FreeBSD

2005-12-14 Thread Gernot Hueber
Help. 1 (Continue) 2 Retry loading file "/.amd_mnt/johnson/vol/vol0/home/hueber/src/axiom--main--1--patch-46/obj/freebsd/boot/boothdr.o". 3 (Abort) Return to top level. dbl:>>hawkings# On Wed, 2005-12-14 at 11:41 +0100, Gernot Hueber wrote: > I tried about the same than

Re: [Axiom-developer] Building axiom on FreeBSD

2005-12-14 Thread Gernot Hueber
gnu.org/mailman/listinfo/axiom-developer > -- DI Gernot Hueber Institut für Integrierte Schaltungen Altenbergerstr. 69 4040 Linz Tel +43 732 2468 7120 Fax +43 732 2468 7126 Email [EMAIL PROTECTED] Web www.riic.at ___ Axiom-developer mailing lis

[Axiom-developer] axiom/aldor build error on FreeBSD5.4

2005-11-04 Thread Gernot Hueber
-main--1--patch-45/src/aldor' gmake: *** [all] Error 2 Can anybody explain/solve this error? Thanks Gernot -- DI Gernot Hueber Institut für Integrierte Schaltungen Altenbergerstr. 69 4040 Linz Tel +43 732 2468 7120 Fax +43 732 2468 7126 Email [EMAIL PROTECTED] Web www.riic.at _

Re: [Axiom-developer] Axiom Build on FreeBSD (axiom--BSD--1--patch--12)

2005-07-25 Thread Gernot Hueber
libraries and headers are in sync -- if in doubt, > --disable-statsysbfd --enable-locbfd to the gcl configure command > line. > > Take care, > > Gernot Hueber <[EMAIL PROTECTED]> writes: > > > Hello, > > > > I want to compile axiom on FreeBSD 5.4 w

[Axiom-developer] Axiom Build on FreeBSD (axiom--BSD--1--patch--12)

2005-07-22 Thread Gernot Hueber
e/hueber/src/axiom--BSD--1--patch-12/mnt/freebsd/algebra/BOOLEAN.o for domain Boolean Initializing /home/hueber/src/axiom--BSD--1--patch-12/mnt/freebsd/algebra/BOOLEAN.o >> System error: Caught fatal error [memory may be damaged] (1) -> -- DI Gernot Hueber Institu