From: "Nicolai Brejnholt" <nicolai_f_b@hotmail.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: Problems linking MEX'ed object files.
Message-ID: <ef55661.2@webcrossing.raydaftYaTP>
Date: Fri, 4 May 2007 12:13:25 -0400
References: <ef55661.-1@webcrossing.raydaftYaTP> <ef55661.0@webcrossing.raydaftYaTP> <ef55661.1@webcrossing.raydaftYaTP>
Lines: 16
NNTP-Posting-Host: 195.83.126.10
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:406917



Tom Clark wrote:
> I found it to be sensitive to the order in which files were
> specified
> in the mex command:

Hi

I tried rearranging the files in a way that made sense (given from
what functions it seemed to be missing and where these were located),
but it made no difference. Then I just tried arranging them randomly
and again, it made no impact (except on the order in which they are
displayed in the error log:p ).
Could be that there is a magical way of arranging them, but if it is
truely so random, I guess I am out of look, seeing as I have more
than 10 files. (Which means I can arrange them in 10! different ways,
I guess.)