Le 01/06/2013 01:38, [email protected] a écrit :
1) DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
Add -I/opt/local/include to the end of the line, so it reads:
DEFAULT_INCLUDES = -I. -I$(top_builddir)/include -I/opt/local/include
2) LIBTOOL_LIB = -lltdl
Add -L/opt/local/lib BEFORE the -lltdl, so it reads:
LIBTOOL_LIB = -L/opt/local/lib -lltdl
Dear Michael,
Can you please tell me if
./configure --enable-static-ltdl
or
./configure --enable-all-static
fix this problem?
If not, I'll add detection of Mac OSX in configure.ac to make your
options default. Or maybe, as you seem to know the topic quite well, you
could provide a patch for configure.ac?
Thank you!
--
Elie
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users