Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.2.4 failure on MacOS X
- X-seq: zsh-workers 20783
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list), "Peter A. Castro" <doctor@xxxxxxxxxxxx>
- Subject: Re: 4.2.4 failure on MacOS X
- Date: Thu, 03 Feb 2005 17:19:24 +0000
- In-reply-to: <1050203162852.ZM14033@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200502031615.j13GFnuc005915@xxxxxxxxxxxxxx> <1050203162852.ZM14033@xxxxxxxxxxxxxxxxxxxxxxx>
> gcc -Wl,-x -o zsh main.o `cat stamp-modobjs` -L/sw/lib -lpcre -ldl
> -ltinfo -lm -lc
> ld: Undefined symbols:
> _libiconv
> _libiconv_close
> _libiconv_open
Another possibility: this error doesn't show the headers, and we now
attempt to compile in the iconv stuff if the headers only were found:
# if defined(HAVE_ICONV_H) || defined(HAVE_ICONV) || defined(HAVE_LIBICONV)
Peter, are the tests for HAVE_ICONV_H really necessary on Cygwin?
Shouldn't HAVE_LIBICONV be defined from the test you added?
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author