[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Problem finding INTLLIB on OSX
From: |
José H . Espinosa |
Subject: |
[Lynx-dev] Problem finding INTLLIB on OSX |
Date: |
Sun, 11 Jan 2009 12:00:17 -0800 |
Hi all,
I am trying to compile lynx 2.8.7dev12 on the Mac OSX 10.4 under
fink, but I am not finding INTLLIB.
The configure script parameters that I am using are:
./configure --prefix=/sw --enable-nls --with-screen=ncurses --disable-
full-paths --enable-file-upload --enable-internal-links --libdir=/sw/
lib --mandir=/sw/share/man --sysconfdir=/sw/etc --enable-persistent-
cookies --with-ssl=/sw/lib/system-openssl
This runs OK, then I run 'make' but when it is trying to create the
lynx executable I get the following error:
gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/sw/share/locale\" -I. -I.. -
Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/
Implementation -I/sw/lib/system-openssl/include -I/sw/include -
U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DSIGWINCH=28 -O2 -L/sw/lib/
system-openssl/lib -o lynx LYebcdic.o LYClean.o LYShowInfo.o
LYEdit.o LYStrings.o LYMail.o HTAlert.o GridText.o LYGetFile.o
LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYmktime.o LYUtils.o
LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYForms.o LYPrint.o
LYrcFile.o LYDownload.o LYNews.o LYKeymap.o HTML.o HTFWriter.o
HTInit.o DefaultStyle.o LYUpload.o LYLeaks.o LYexit.o LYJump.o
LYList.o LYCgi.o LYTraversal.o LYEditmap.o LYCharSets.o LYCharUtils.o
LYMap.o LYCookie.o LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o
parsdate.o UCdomap.o UCAux.o UCAuto.o LYLocal.o .././WWW/Library/
Implementation/libwww.a -L/sw/lib 6328INTLLIBS -L/sw/lib/system-
openssl/lib -lncurses
i686-apple-darwin8-gcc-4.0.1: 6328INTLLIBS: No such file or directory
make[1]: *** [lynx] Error 1
make: *** [all] Error 2
This is because the configuration script fail to find the intl
library. If the configuration script is run with the parameter --
with-libiconv-prefix=/sw then the build runs fine. I was able to
trace this error back to version 2.8.7dev6
Attached are the config.log and the config.status files. Any hints
on how to fix this?
Thanks,
Jose Espinosa
config.log
Description: Binary data
config.status
Description: Binary data
- [Lynx-dev] Problem finding INTLLIB on OSX,
José H . Espinosa <=