help-libidn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libidn-1.25 fails to compile on solaris 10


From: Simon Josefsson
Subject: Re: libidn-1.25 fails to compile on solaris 10
Date: Wed, 12 Dec 2012 10:00:03 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Dennis Clarke <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]