From help-octave-request at bevo dot che dot wisc dot edu Sat Jan 30 14:51:59 1999 Subject: Re: Dynamically Linked Functions. From: heberf at calvin dot wustl dot edu To: lash at tellabs dot com cc: Sven Khatri , help-octave@bevo.che.wisc.edu 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 lash at tellabs dot com 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: > >