MathGroup Archive 1998

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

Search the Archive

Re: MathLink


  • To: mathgroup@smc.vnet.net
  • Subject: [mg11933] Re: MathLink
  • From: f94stbe@dd.chalmers.se (Stefan Berglund)
  • Date: Thu, 9 Apr 1998 00:33:38 -0400
  • Organization: Engineering Physics, Chalmers University of Technologhy
  • References: <6g29iu$1fi@smc.vnet.net>

In article <6g29iu$1fi@smc.vnet.net>, vince@vince.math.uconn.edu (Vince Giambalvo) writes:
> Here is a silly question from someone just starting to use Mathlink.
> Trying an example, to compile and set up the sample sumalist program, 
> nowhere can the system find MLMain. Is this supposed to be
> automagically created if I run the other stuff properly? I have a unix
> system. 

I had the same problem when I started. The problem is really in the
design of the Makefile. If you don't have the location of mprep defined
in the Makefile variable MLINKDIR the rule for building the
sumalisttm.c file will create an empty file instead of a proper file
based on sumalist.tm

The cure is to edit the Makefile variable MLINKDIR to point to the correct
location of mprep, then to do 
>> make clean sumalist

-- 
			/Stefan
			f94stbe@dd.chalmers.se

Life - the ultimate practical joke

finger f94stbe.pgp@dd.chalmers.se for public pgp-key



  • Prev by Date: Problem with ListContourPlot
  • Next by Date: Re: Chi-Square Goodness of Fit Test
  • Prev by thread: Re: MathLink
  • Next by thread: MathLink