From help-octave-request at bevo dot che dot wisc dot edu Thu Feb 25 03:31:56 1999 Subject: No dynamic link with rpm From: Evagelos Rozos To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 25 Feb 1999 11:31:45 +0200 This is a multi-part message in MIME format. --------------602106A482A8AD47ED3B94C2 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Trying to find out why I could' nt run the oregonetor.oct I came to the conclusion that the precompiled version (rpm format) in infomagics distribution does not support dynamic linking. So if you get messages like: octave: can't resolve symbol 'elem__C17octave_value_listi' error: FStest__Fv: `/home/skeltobc/src/octave/test.oct: undefined symbol: FStest__Fv' error: _FStest__Fv: `/home/skeltobc/src/octave/test.oct: undefined symbol: _FStest__Fv' error: `test' undefined near line 3 column 1 error: evaluating expression near line 3, column 1 get the source and compile it. The procedure is quite easy. 1) Untar the tar file and go inside to the new directory. Then type 2) ./configure --prefix=/usr/local/octave --enable-shared --enable-dl --enable-lite-kernel 3) make CXXFLAGS=-O2 CFLAGS=-O2 FFLAGS=-O LDFLAGS=-s 4) make install Everything will be installed in /usr/local/octave. You can run the octave with /usr/local/octave/bin/octave. Now there is a problem with oregonator.cc See Feb-15-1999 Re: Dynamically Linked Functions. (M dot Bettella dot 1998 at cranfield dot ac dot uk) Re: Dynamically Linked Functions. (lash at tellabs dot com) in http://www.che.wisc.edu/octave/mailing-lists/help-octave/1999/ for farther instructions. --------------602106A482A8AD47ED3B94C2 Content-Type: text/x-vcard; charset=iso-8859-7; name="rozos.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Evagelos Rozos Content-Disposition: attachment; filename="rozos.vcf" begin:vcard n:Rozos;Vagelis x-mozilla-html:FALSE org:NTUA adr:;;5, Iroon Polytechneiou St.;Athens;;15780;Hellas (Greece) version:2.1 email;internet:rozos at hydro dot civil dot ntua dot gr title:Research Associate, Ph.D Student tel;fax:+30-1-7722853 x-mozilla-cpt:;0 fn:Vagelis Rozos end:vcard --------------602106A482A8AD47ED3B94C2--