Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: engOpen() always returns 0
Date: Fri, 7 Nov 2008 17:01:03 +0000 (UTC)
Organization: UGent
Lines: 26
Message-ID: <gf1s8f$7uq$1@fred.mathworks.com>
References: <gf15od$8ij$1@fred.mathworks.com> <gf1p9a$puk$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1226077263 8154 172.30.248.37 (7 Nov 2008 17:01:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 7 Nov 2008 17:01:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1482055
Xref: news.mathworks.com comp.soft-sys.matlab:499545


"James Tursa" <aclassyguywithaknotac@hotmail.com> wrote in message <gf1p9a$puk$1@fred.mathworks.com>...
> "Thomas Van Parys" <thpar@plantsystemsbiology-abbreviatethis-.ugent.be> wrote in message <gf15od$8ij$1@fred.mathworks.com>...
> > My system:
> > Fedora 9
> > gcc 4.3.0
> > Sun Java 1.6.0_10
> > Matlab 7.6.0 (R2008a)
> > 
> > Thanks for every hint about what could be going wrong here... I've already lost several days on this problem.
> .
> If you are on Windows, try opening a Command Window (Start, All Programs, Accessories, Command Window), and then enter the following:
> .
> matlab /regserver
> .
> Then try your engine app again.
> .

Dear James,

Thanks for your reply. I'm aware that in Windows, you have to register Matlab in order to get the engine working, but as said, I'm on a Fedora 9 installation.

The only progress I've made today, is test my little c-program on a RedHat-server with gcc 4.1.2 and Matlab 7.5.0. Compilation and running/opening the engine worked flawless. So now I'm sure my makefile and c program are correct.
So what could still be wrong in my local installation?

regards,
Thomas