Dear Élie,

        Unfortunately neither fixes the issue. All the --enable-static does is 
add a  -static to the build. This is not the problem Pema and I ran into. What 
we ran into was that the Makefile failed to properly point to the lib and 
include directories for libltdl. In both our cases the package had been 
installed by MacPorts and is in /opt/local/lib and /opt/local/include.

        I'd love to provide a patch to configure.ac to fix this, but I do not 
speak 'configure.ac'. I speak 'make' very well, so that is why I modified the 
Makefile that needed it. If there is an easy way to add /opt/local/include to 
the include paths and /opt/local/lib to the library paths, it would take care 
of it.

        
---------------------------------------------------------------------
                          Michael Martin
                     [email protected]
        Thesaurus Precum Latinarum
                 http://www.preces-latinae.org
----------------------------------------------------------------------

On Jun 1, 2013, at 11:20 AM, Élie Roux <[email protected]> wrote:

> 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?








_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to