Dennis Clarke <[email protected]> writes:

> configure runs fine : 

Hi!  Thanks for the report.

> checking if implementation in C# should be built... no
> ./configure: !: not found
> ./configure: !: not found
> configure: creating ./config.status

This is harmless, but should be fixed.  I suspect it is caused by
m4/update-header-version.m4's code like this:

  if ! sed 's/_VERSION ".*"/_VERSION "'$PACKAGE_VERSION'"/' $1 > fixhdr.tmp; 
then

isn't that usage of '!' portable?  I gues not.

>   CCLD   libidn.la
> ../libtool: eval: line 1090: syntax error near unexpected token `|'
> ../libtool: eval: line 1090: `/usr/ccs/bin/nm  .libs/nfkc.o .libs/toutf8.o 
> .libs/version.o .libs/stringprep.o .libs/rfc3454.o .libs/profiles.o 
> .libs/punycode.o .libs/idna.o .libs/pr29.o .libs/idn-free.o 
> .libs/strerror-idna.o .libs/strerror-pr29.o .libs/strerror-punycode.o 
> .libs/strerror-stringprep.o .libs/strerror-tld.o .libs/tld.o .libs/tlds.o   
> gl/.libs/libgnu.a |  | /usr/local/bin/gsed 's/.* //' | sort | uniq > 
> .libs/libidn.exp'
> gmake[3]: *** [libidn.la] Error 1

This looks like a libtool issue.  Could you try the just released 1.26
version?  It probably uses newer auto*/libtool tools.

/Simon

_______________________________________________
Help-libidn mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-libidn

Reply via email to