[Users] [Bug 3673] Be more friendly instead of "configure: error: 'encrypt'-function not found."

Michael Rasmussen mir at miras.org
Fri Jan 13 22:42:12 CET 2017


On Fri, 13 Jan 2017 16:19:19 -0500
"Perry E. Metzger" <perry at piermont.com> wrote:

> 
> So that's quite weird, because the native Mac ld uses one dash, but
> an _underscore_ in the option name: -export_dynamic. The patch was
> wrong -- the change was needed but it was not quite right. Not sure
> how this ended up in the tree!
> 
> Fixing this fixed everything. The correct patch is this, and please
> apply it to the trunk for 3.14.2 or whatever:
> 
> --- configure.ac.~1~	2016-11-06 07:01:27.000000000 -0500
> +++ configure.ac	2017-01-13 16:12:50.000000000 -0500
> @@ -118,7 +118,7 @@
>      ;;
>  	*-apple-*)
>  		platform_osx=yes
> -		LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
> +		LDFLAGS="$LDFLAGS -Wl,-export_dynamic"
>  		;;
>    *)
>      platform_win32=no
> 
> Note what you suggested doesn't work:
> 
Patch is committed to git. Thanks for the patch.


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E
mir <at> datanom <dot> net
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C
mir <at> miras <dot> org
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
--------------------------------------------------------------
/usr/games/fortune -es says:
HUMAN REPLICAS are inserted into VATS of NUTRITIONAL YEAST ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20170113/03984814/attachment.sig>


More information about the Users mailing list