mailing-list for TeXmacs Users

Text archives Help


RE: [TeXmacs] Compiling TeXmacs on OS X (Tiger)


Chronological Thread 
  • From: "Murali Agastya" <address@hidden>
  • To: <address@hidden>
  • Subject: RE: [TeXmacs] Compiling TeXmacs on OS X (Tiger)
  • Date: Mon, 4 Sep 2006 22:33:23 +1000



Hi Martin,

Thank you. I have succesfully compiled TeXmacs 1.0.6.6. Only quibble is that
Maxima seems to behave slightly odd.
For instance, when I do
expand( (a+b)^2)

I get $b^2 +$a^2 +2$a$b

instead of b^2 +a^2 +2ab

Murali


-----Original Message-----
From: Martin Costabel [mailto:address@hidden]
Sent: Mon 9/4/2006 6:54 PM
To: Murali Agastya
Cc: address@hidden
Subject: Re: [TeXmacs] Compiling TeXmacs on OS X (Tiger)

Murali Agastya wrote:
> Hi,
>
> Wondering if any of you have experience compiling OS X (Tiger, iMac 20in)
> using Darwinports (instead of Fink). Everything goes well with the config
> until an error during compilation, the last few lines of which are pasted
> below.
>
>
> Objects/x_loop.o Objects/x_shadow.o Objects/x_window.o Objects/xpm_widget.o
> -L/
> Users/murali/TeXmacs-1.0.6.2-src/TeXmacs/lib -lm -Wl,-rpath,
> -L/usr/X11R6/lib -l
> Xext -lX11 -L/opt/local/lib -lguile -lguile-ltdl -L/opt/local/lib -lm
> -liconv -l
> dl -o Objects/texmacs-shared.bin
> /usr/bin/ld: unknown flag: -rpath
> collect2: ld returned 1 exit status
> make[1]: *** [Objects/texmacs-shared.bin] Error 1
> make: *** [TEXMACS] Error 2

Are you on intel or on ppc? If you are on intel, I would have an
explanation, based on what I had to do for the Fink package:

The texmacs configure script is not aware of the existence of intel Macs
and has to be fixed. It has (around line 6146 in version 1.0.6.5) a case

powerpc-*-darwin*)

which should be changed to

i*86-*-darwin* | powerpc-*-darwin*)

or perhaps simply to *-darwin*)

In the Fink package this is done via a one-line patch script. Maybe
macports (FKA darwinports) hasn't updated this package for intel yet?

--
Martin






Archive powered by MHonArc 2.6.19.

Top of page