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
problem? 

Regards,
Peyman





--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


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 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
 problem? 
 
 Regards,
 Peyman
 
 
 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


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,
and so I can't create a symbolic link. Is there any environment variable
capable of doing the same trick?

Regards,
Peyman



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


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 mounted file system,
 and so I can't create a symbolic link. Is there any environment variable
 capable of doing the same trick?

You can set LD_LIBRARY_PATH=directory_containing_lib



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .