Re: Matlab5

1997-11-24 Thread Britton
o.5 > libc.so.5 => /lib/libc.so.5 > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 > > I still have the same error > message: > > > /usr/local/src/matlab5/bin/lnx86/matlab: can't resolve symbol > &

Re: Matlab5

1997-11-24 Thread Remco Blaakmeer
o.5 > libc.so.5 => /lib/libc.so.5 > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 > > I still have the same error > message: > > > /usr/local/src/matlab5/bin/lnx86/matlab: can't resolve symbol > 

Re: Matlab5

1997-11-23 Thread Bill Moran
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 I still have the same error message: /usr/local/src/matlab5/bin/lnx86/matlab: can't resolve symbol '__register_exceptions' Why do I want to use MATLAB5, rather than octave and scilab? Basically for ease of compatibility with othe

Re: Matlab5

1997-11-23 Thread Ted Harding
On 23-Nov-97 Britton wrote: > Why use matlab? octave is almost perfectly compatible. I read all the > cheezy functions that came with my Digital Signal Processing course text > almost straight out - just had to strip some junk off the end of the first > line of each m file It is true that octave

Re: Matlab5

1997-11-23 Thread Britton
a laptop. I have run > S56flexlm to set up the license manager. When I try to run matlab I > receive the error message: > > /usr/local/src/matlab5/bin/lnx86/matlab: can't resolve symbol > '__register_exceptions' > > Does anyone know hoow to fix this? > > T

Re: Matlab5

1997-11-21 Thread Brian K Servis
Steve Hsieh writes: > > >Sounds like you need to include some of the libraries that matlab was >compiled against inside the $MATLAB/sys/lnx86 directory -- the libstdc++ >library that comes with debian doesn't work with matlab 5.1 and will >produce the error you write below. Here's the libs we use

Re: Matlab5

1997-11-21 Thread Steve Hsieh
ab 5 working on my Toshiba laptop. I have run > S56flexlm to set up the license manager. When I try to run matlab I > receive the error message: > > /usr/local/src/matlab5/bin/lnx86/matlab: can't resolve symbol > '__register_exceptions' > > Does anyone know

Matlab5

1997-11-21 Thread Bill Moran
Hi I am tryng to get matlab 5 working on my Toshiba laptop. I have run S56flexlm to set up the license manager. When I try to run matlab I receive the error message: /usr/local/src/matlab5/bin/lnx86/matlab: can't resolve symbol '__register_exceptions' Does anyone know h

Re: Matlab5 and the standard c++ library

1997-10-14 Thread Steve Hsieh
> On Tue, 14 Oct 1997, Steve Hsieh wrote: > > > Put libstdc++.so.27.1.4 inside matlab/sys/lnx86 and in the same directory, > > create a symlink for libstdc++.so.27 -> libstdc++.so.27.1.4 > > > > Then matlab will use that lib instead. > > The problem is that I'm dealing with a read-only NFS moun

Re: Matlab5 and the standard c++ library

1997-10-14 Thread Peyman Gohari
On Tue, 14 Oct 1997, Steve Hsieh wrote: > Put libstdc++.so.27.1.4 inside matlab/sys/lnx86 and in the same directory, > create a symlink for libstdc++.so.27 -> libstdc++.so.27.1.4 > > Then matlab will use that lib instead. The problem is that I'm dealing with a read-only NFS mounted file system,

Re: Matlab5 and the standard c++ library

1997-10-14 Thread Steve Hsieh
Put libstdc++.so.27.1.4 inside matlab/sys/lnx86 and in the same directory, create a symlink for libstdc++.so.27 -> libstdc++.so.27.1.4 Then matlab will use that lib instead. On Mon, 13 Oct 1997, Peyman Gohari wrote: > Hi fellows, > > Does anyone know why Matlab5 (5.1.0.421) is

Matlab5 and the standard c++ library

1997-10-14 Thread Peyman Gohari
Hi fellows, Does anyone know why Matlab5 (5.1.0.421) is unhappy with libstdc++.so.27.2.1 ( can't resolve symbol '__register_exceptions' ), but works fine with the older version libstdc++.so.27.1.4? Other than switching to the older version, is there any way around this pro