[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dynamically Linked Functions.
From: |
heberf |
Subject: |
Re: Dynamically Linked Functions. |
Date: |
Sat, 30 Jan 1999 14:52:57 -0600 (CST) |
I am also running Octave on a RedHat 5.2 system and it is configured for
dynamically linked functions. In fact I have written several and I use
them all the time. However when I tried the oregonator function the
compile went fine but when I try to call it I get a core dump.
This puzzled me so I made a small change to the function and got rid of
the pow function and now it works. I have no idea why this might be
happening. There are no errors at compile time.
Heber
On Fri, 29 Jan 1999 address@hidden wrote:
>
> Just a guess, but when you configured did you use the --enable-shared and
> --enable-dl flags? I think you need them. This is documented in the
> INSTALL.OCTAVE file.o
>
> Bill
>
>
> >
> > Hello All,
> >
> > I'm trying to call a dynamically linked function and I'm getting a
> > segmentation fault. The function I'm calling is the oregonator from
> > the online manual/help:
>
>