Skip to Content.
Sympa Menu

mathemagix-devel - Re: [Mathemagix] mmx & cmake

Subject: Mathemagix

List archive

Re: [Mathemagix] mmx & cmake


Chronological Thread 
  • From: Bernard Mourrain <address@concealed>
  • To: address@concealed
  • Subject: Re: [Mathemagix] mmx & cmake
  • Date: Fri, 16 Oct 2009 16:20:11 +0200



Joris van der Hoeven wrote:
On Fri, Oct 16, 2009 at 11:44:04AM +0200, Bernard Mourrain wrote:
It should work better now, even on Mac:

cd build
cmake ../mmx
make
source local_paths
./mmxlight/mmx-light

On my Mac, the readline library is not found.
What is the equivalent of the --with-readline option to configure?

--Joris

cmake ../mmx -DREADLINE_LIBRARIES=...

should work.

Where is the default installation for these libs on Mac (It can be added in the search path) ?

To see and edit the other configuration variables you can also use

ccmake ../mmx


B.



Archive powered by MHonArc 2.6.18.

Top of Page