Thanks Sylvestre, I appreciate the response on a weekend. I actually stumbled across --disable-static and that got me through compilation, and I'm glad to hear that that's a know workaround. If I can trouble you, have a couple more questions:<br>
+ How can I launch the tests of the build? I'm looking for the equivalent of "make test", but I don't see any such targets in the Makefile. Is there anything similar?<br>+ Also, when I do make install, I get an error back from /usr/bin/install complaining about the -D option, which evidently isn't supported by the Mac version of install. This seems to be happening to the .sce files at the end of make install. Can I change that flag to a -d, or just copy the files over by hand? If so, any hints where should I look to change the -D to a -d?<br>
<br>Thanks,<br><br>Eric<br><br><div class="gmail_quote">On Sat, Jan 3, 2009 at 10:44 PM, Sylvestre Ledru <span dir="ltr"><<a href="mailto:sylvestre.ledru@inria.fr">sylvestre.ledru@inria.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le samedi 03 janvier 2009 à 09:32 -0500, Eric E a écrit :<br>
<div class="Ih2E3d">> Hi,<br>
> I'm trying to follow the instructions here:<br>
> <a href="http://wiki.scilab.org/Compiling_Scilab_5.x_under_MacOSX" target="_blank">http://wiki.scilab.org/Compiling_Scilab_5.x_under_MacOSX</a><br>
> to compile Scilab for Mac OS 10.5. After resolving all the<br>
> dependencies, I've run into a (hopefully) last problem building a<br>
> static library:<br>
><br>
> ar cru .libs/libscilab.a<br>
> ar: no archive members specified<br>
> usage: ar -d [-TLsv] archive file ...<br>
</div>I have fixed permanently this issue in the master but I haven't merge<br>
the master with the macosx-branch recently.<br>
The workaround here is to add --disable-static to the configure options.<br>
I will let you know when it is fixed in the macosx branch (if I<br>
remember ;) )<br>
<font color="#888888"><br>
<br>
Sylvestre<br>
<br>
<br>
</font></blockquote></div><br>