Problem with building mathlink programs
- To: mathgroup at smc.vnet.net
- Subject: [mg31144] Problem with building mathlink programs
- From: Julie RIGAUD <Julie.Rigaud at edf.fr>
- Date: Sat, 13 Oct 2001 02:47:09 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi ! I'm working on HP-UX and i want to use MathLink. First, i've tried to improve MathLink with the example "addtwo" wich is in MathLinxExamples directory. I've taken the same Makefile and have just changed the path to mprep, mathlink.h and libML.a and the command in Makefile because of first problems : .c.o : ${CC} -c -I${INCDIR} -DMLPROTOTYPES=0 -DUNIX_MATHLINK=1 -DANSI=1 $<. But it doesn't work and the message i have is : *** Error exit code 1 So what can i do ? Thanks a lot for the help Julie