Skip to Content.
Sympa Menu

mathemagix-devel - Re: [Mathemagix] build issue: configure options have no effect on Leopard ...

Subject: Mathemagix

List archive

Re: [Mathemagix] build issue: configure options have no effect on Leopard ...


Chronological Thread 
  • From: Julien Wintz <address@concealed>
  • To: address@concealed
  • Subject: Re: [Mathemagix] build issue: configure options have no effect on Leopard ...
  • Date: Fri, 14 Dec 2007 14:17:28 +0100

On Dec 14, 2007, at 2:03 PM, Grégoire Lecerf wrote:

Your --with-readline=... option has not been given to mmxlight/ configure.

Sure, that is the problem.

Check that it does appear in mmx/Makefile --> mmxlight-all.

jwintz@teddysmis:~/Development/mmx$ more Makefile | grep readline
$(CD) mmxlight;if ! test -f "Makefile"; then CPPFLAGS="-I/Users/ jwintz/Development/mmx/include" LDFLAGS="-L/Users/jwintz/Development/ mmx/basix/build/.libs " ./configure --enable-simd=sse2 --with- readline=/sw/include; fi
jwintz@teddysmis:~/Development/mmx$ more mmxlight/Makefile | grep readline
$(top_srcdir)/macros/readline.m4 \
LIBS = -L/usr/local/lib -lbasix -lltdl -ldl -lreadline
macros/readline.m4

In mmx/ do "rm mmxlight/Makefile" and then "make".

Finally I got it working typing:

./configure --with-readline=/sw --with-gmp=/sw
rm mmxlight/Makefile
make
.... it fails on conftest.dSYM (Leopard bug apparently)
find . -iname conftest.dSYM | exec rm -rvf {} \;
make

Ok, now I have to install mpfr to complete the building process, I'll let you know.

Hope it helps,

Thank you very much, Ju.

Grégoire.



Archive powered by MHonArc 2.6.18.

Top of Page