Re: MathLink on Mac? (was Re: Contour plots for irregular data)
- To: mathgroup at smc.vnet.net
- Subject: [mg42569] Re: MathLink on Mac? (was Re: Contour plots for irregular data)
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 16 Jul 2003 09:13:32 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <betudb$i19$1@smc.vnet.net> <bf08tr$uf$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, you must compile the *.tm files with mcc to get binary executables for your processor. You may edit the Unix makefiles to set the correct path and include files. Regards Jens AES/newspost wrote: > > In article <betudb$i19$1 at smc.vnet.net>, > "Wolf, Hartmut" <Hartmut.Wolf at t-systems.com> wrote: > > > These are the first sentences from notebook Countour.nb > > _________________________________________________________ > > > > Plotting Irregular Contours > > > > This notebook demonstrates how to plot contours from irregular data. > > The topic is described in more detail in the book: > > > > Mathematica Graphics: Techniques and Applications. > > Tom Wickham-Jones, TELOS/Springer-Verlag 1994. > > > > This package is now updated to Mathematica Version ...... > > _________________________________________________________ > > > > > > This notebook is part of the collection ExtendGraphics by TWJ available at > > http://library.wolfram.com/infocenter/Books/3753/ > > Nice, but any hints on how to get the MathLink aspects of ExtendGraphics > operating on a Mac? > > I downloaded the collection from the web site to my Mac iBook running OS > 9.2, Mathematica 4.1 (I had actually bought the Wickham-Jones book some time > ago, but it includes a floppy disk and my Mac doesn't); copied the > ExtendGraphics folder to the AddOns:Applications: folder in the > Mathematica folder; and ran the two suggested tests. > > First test (circle and triangle) ran fine; second test (MandelBrot) > didn't -- error messages about MathLink. > > MathLink seems to be a complex subject. Am I supposed to just put the > ExtendGraphics ".tm" files somewhere? (There only seem to be about 14 > .tm files total on my HD, 8 of them associated with ExtendGraphics, the > 6 others in a ""MathLink:Develope Kit:Macintosh:MathLink Examples" > chain, and I'm not sure any of them are active.) > > Or . . . ??? > > Thanks.