MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: MathLink under Mac OS X

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37808] Re: MathLink under Mac OS X
  • From: lalu_bhatt at yahoo.com (Bhuvanesh)
  • Date: Wed, 13 Nov 2002 01:12:59 -0500 (EST)
  • References: <aqqe0u$sg3$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

default <dev at null.net> wrote:

> I'm trying to get the example addtwo to compile, using ProjectBuilder.
> The Developer's guide says in different places, that I should not use
> libML.a, and also that I must use it.  In any event, I get fatals errors
> 'out of date' if I try to include it.  If I leave it out and use
> mathlink.framework instead, addtwo compiles but does not run normally.
> 
> Any suggestions?  I've been working on this for days, it is driving me
> crazy.  I'm not a professional software developer and not very familair
> with ProjectBuilder, either.
> 
> Thanks,
> 
> Jeff Stopple
> stopple at math.ucsb.edu

You need to do:

ranlib libML.a

before using it.

Thanks for letting us know about the problem in the Developer's Guide.
We will look into it.

--
Bhuvanesh,
Wolfram Research.


  • Prev by Date: Re: Symbolic calculation problem
  • Next by Date: Specifying fill color for a bounded 2D region
  • Previous by thread: MathLink under Mac OS X
  • Next by thread: Re: MathLink under Mac OS X