On Jun 17, 2011, at 5:52 AM, Ryan Schmidt wrote:
> 
>> Where is it picking up the -lintl from?  It's not getting included here, and 
>> there is nothing in the autoconf logic that searches for it.  It was getting 
>> picked up indirectly through pkg-config for another package, so perhaps I 
>> have a newer version of some other package than you do.
> 
> As far as I can tell, -lintl comes from this bit of macros/neon.m4:

yep.

> if test x${enable_nls} = xyes; then
>  # presume that dgettext() is available if bindtextdomain() is...
>  # checking for dgettext() itself is awkward because gcc has a 
>  # builtin of that function, which confuses AC_CHECK_FUNCS et al.
>  NE_SEARCH_LIBS(bindtextdomain, intl,,[enable_nls=no])
>  NE_CHECK_FUNCS(bind_textdomain_codeset)
> fi
> 
> Perhaps if you showed your config.log before your commit?

I'm going to revert the previous commit for now (we can figure out what is/was 
going wrong with Jeremy's build after we can replicate the issue).
--
Daniel J. Luke                                                                  
 
+========================================================+                      
  
| *---------------- [email protected] ----------------* |                      
    
| *-------------- http://www.geeklair.net -------------* |                      
    
+========================================================+                      
  
|   Opinions expressed are mine and do not necessarily   |                      
    
|          reflect the opinions of my employer.          |                      
    
+========================================================+



_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to