MathGroup Archive 2006

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

Search the Archive

Re: Mathlink and Intel C++ compiler

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66585] Re: Mathlink and Intel C++ compiler
  • From: Ulrik Guenther <ulrik at 00t.org>
  • Date: Sun, 21 May 2006 00:29:24 -0400 (EDT)
  • References: <200605200848.EAA06471@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Dmitry,

I currently do not have the Intel compiler laying around anywhere,  
but I've worked with it for quite a while.
Could you please provide your Compile.bat? It would be very helpful  
to know with what parameters the compiler is called.

Now, have fun,

ulrik

On May 20, 2006, at 10:48 AM, Dmitry Garanin wrote:

> Hi all,
>
>   I am trying to compile Mathematica's Mathlink samples with Intel C 
> ++ 9.0 compiler and it does not work.
>
>   mprep.exe  produces .tm.c files that contain a lot of functions   
> (MLCreateMessageHandler et.c)  that turn out to be unresolved   
> externals on my system. Assuming that these functions belong to  
> the  Mathlink library, I have added the line
>
>   Set Lib=C:\Program Files (x86)\Wolfram  Research\Mathematica\5.2 
> \AddOns\MathLink\DeveloperKit\Windows-x86-64\CompilerAdditions 
> \mldev64\lib;%LIB%
>
>   to my Compile.bat file. This does not help, I'm having 39  
> unresolved externals.
>
>   Any suggestions would be appreciated.
>
>   Thank you,
>
>   Dmitry Garanin
>
>



  • Prev by Date: Re: Beginner Question
  • Next by Date: Re: Mathlink and Intel C++ compiler
  • Previous by thread: Mathlink and Intel C++ compiler
  • Next by thread: Re: Mathlink and Intel C++ compiler