[OS X TeX] Re: MacOSX-TeX Digest, Vol 44, Issue 17

Jean-Claude DE SOZA jeanclaudedesoza at orange.fr
Mon Jun 27 16:40:14 CEST 2011


Bonjour,

I have Gnuplot running on Mac OS 10.6 because I use TIKZ to draw maths graphics. 
In order to have an 64 bits AquaTerm.app you need two things: the AquaTerm.framework and the AquaTerm.app both built for 64 bits.
There two ways to install them on Snow Leopard:

- first way: install the usual AquaTerm package and replace the application and the framework in your system after correcting eventually the rights of each file by the following:
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AquaTerm.zip
Type: application/zip
Size: 88617 bytes
Desc: not available
URL: <http://tug.org/pipermail/macostex-archives/attachments/20110627/e8cd55cb/attachment.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AquaTerm.framework.zip
Type: application/zip
Size: 34599 bytes
Desc: not available
URL: <http://tug.org/pipermail/macostex-archives/attachments/20110627/e8cd55cb/attachment-0001.zip>
-------------- next part --------------

and than compile gnuplot sources in a Terminal by typing:
CFLAGS="-arch i386" 
LDFLAGS="-arch i386" 
./configure --with-readline=bsd --x-include=/usr/include/X11 --x-libraries=/usr/X11/lib --enable-backwards-compatibility --with-kpsexpand --without-row-help (if you use Apple X11)
or
./configure --with-readline=bsd --x-include=/opt/X11/include/X11 --x-libraries=/opt/X11/lib --enable-backwards-compatibility --with-kpsexpand --without-row-help --disable-wxwidgets (if you use XQuartz)

- second way: go to this page and follow the instructions if you are Unix savvy: http://slashusr.wordpress.com/category/programming/

Jean-Claude DE SOZA
jeanclaudedesoza at orange.fr



Le 27 juin 2011 ? 16:17, Berend Hasselman a ?crit :

> 
> On 26-06-2011, at 04:15, Mark Lim wrote:
> 
>> I am using a new mac mini hooked up to large 24 inch LCD HDMI screen for my work.
>> I am also starting to use TeXShop. 
>> 
>> I need some help and working advice on installation of  GNUPLOT. I had Octave up.
>> 
> 
> I too was waiting to see who would answer. Gnuplot is not really a subject for this list.
> My apologies.
> 
> I have installed the AquaTerm 1.0.1 framework in /Library/Frameworks  (standard place).
> It is 32 bits.
> Gnuplot can be compiled with explicit -m32 or -arch i386 options.
> All libraries needed by Gnuplot and that I compile are built as static libraries (only libgd and libjpeg are needed all other libraries are in Mac OS X). So my Gnuplot doesn't need private frameworks and .dylib dynamic libraries. I generate a Gnuplot.app using Platypus.
> Works well and no DY_LD... convolutions are needed.
> 
> There now appears to be an AquaTerm 1.1.0 that is both 32 and 64 bit enabled (see http://sourceforge.net/projects/aquaterm/files/).
> I have tried it with my privately compiled Gnuplot. It seems to work but it doesn't clear the plot area before plotting a next plot. And the gnuplot clear command has no effect. Thus plots are superimposed on each other making a mess.
> I have sent a message to the aquaterm users list. 
> 
> Berend
> 
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
> 



More information about the macostex-archives mailing list