mailing-list for TeXmacs Users

Text archives Help


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


Chronological Thread 
  • From: Martin Costabel <address@hidden>
  • To: Murali Agastya <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Compiling TeXmacs on OS X (Tiger)
  • Date: Mon, 04 Sep 2006 10:54:25 +0200

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