Re: [q-lang-users] ANN: Q 7.0 release candidate
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-02-06 22:45:40
|
John Cowan wrote: > My attempt to build 7.0 on Cygwin failed because _libiconv_open and > _libiconv_close weren't found when trying to build libq.la. I have > libiconv installed under Cygwin, so patching around this is probably a > matter of inserting a strategic "-liconv" into the Makefile somewhere. > It's already mentioned in the defines for LIBICONV, LTLIBICONV, and > XML_LIBS; adding it to LIBS and LDFLAGS didn't help any. > > I presume the fix is simple, though. Can anyone help? Hi John, looks like I forgot about LIBICONV because here on Linux I have iconv in libc. In principle, adding $(LIBICONV) or $(LTLIBICONV) to the link lines of compiler and interpreter (src/Makefile.am), libq (libq/Makefile.am) and clib (modules/clib/Makefile.am) should do the trick. Something similar will be needed to make clib::gettext and friends work. If that doesn't help then please post the complete make log so that we can figure out what exactly goes wrong. Cheers, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |