axiom-developer
[Top][All Lists]
Advanced

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

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


From: Gernot Hueber
Subject: Re: [Axiom-developer] Call Foreign C from Aldor/Axiom
Date: Fri, 02 Jun 2006 13:36:40 +0200

On Fri, 2006-06-02 at 12:08 +0200, Martin Rubey wrote:
> Gernot Hueber <address@hidden> writes:
> 
> > > > > For loading an external library did you try the usual Axiom
> > > > > command
> > > > > 
> > > > >  )library nputs.o
> > > > > 
> > > > > Or via lisp like this:
> > > > > 
> > > > >  )lisp (load nputs.o)
> 
> This should read 
> 
> )lisp (load "nputs.o")

(1) -> )system ls npu*
nputs.c nputs.o
(1) -> )lisp (load "nputs.o")
[unknown global sym nputs]
   >> System error:
   Init address not found

(1) ->

Thanks for your idea.

Gernot

> 
> I guess.
> 
> Martin
> 





reply via email to

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