I tried compiling abiword from source using --with-libiconv=peer and got this output after running libtool --finish /usr/local/lib:
libtool: install: warning: remember to run `libtool --finish /usr/local/lib' /home/joe/downloads/abiword-1.0.1/wv/libwv.a(generic.o): In function `wvTempName': /home/joe/downloads/abiword-1.0.1/wv/./generic.c:92: the use of `tmpnam' is dangerous, better use `mkstemp' ../../../../src/wp/ap/libAp.a(ap_UnixPrefs.o): In function `AP_UnixPrefs::getPrefsPathname(void) const': ap_UnixPrefs.o(.text+0x59): undefined reference to `atexit' ../../../../src/wp/impexp/libImpExp.a(ie_exp_Text.o): In function `IE_Exp_Text::_doEncodingDialog(char const *)': ie_exp_Text.o(.text+0x687): undefined reference to `atexit' ../../../../src/wp/impexp/libImpExp.a(ie_imp_RTF.o): In function `RTF_msword97_level::buildAbiListProperties(char const **, char const **, char const **, char const **, char const **, char const **, char const **, char const **, char const **, char const **)': ie_imp_RTF.o(.text+0x329): undefined reference to `atexit' ie_imp_RTF.o(.text+0x35f): undefined reference to `atexit' ie_imp_RTF.o(.text+0x395): undefined reference to `atexit' ../../../../src/wp/impexp/libImpExp.a(ie_imp_RTF.o)(.text+0x3cb): more undefined references to `atexit' follow collect2: ld returned 1 exit status make[5]: *** [AbiWord_d] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 I'm totally at a loss at this point. Any ideas? Joe -----Original Message----- From: F J Franklin [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 10:20 AM To: Langford, Joe (J.) Cc: [EMAIL PROTECTED] Subject: RE: No output to screen >> Before you install another version of RedHat, try the following: >> configure --with-libiconv=peer > I installed thr GTK RPM. Is there a way I can specify this option with > that type of install? The advice was to install AbiWord by compiling from source . Download the source tar-ball (1.0.1) and do: ./autogen.sh ./configure --prefix=/usr --with-libiconv=peer make make install You will need to have autoconf, automake, and libtool installed, however. (Normally configure is pre-made but we cocked up slightly...) I'm not sure why this problem should be arising on RH7.0. Martin says iconv changed between RH7.0 & later RH, and I wouldn't be surprised. I know, however, that I've never had any problems compiling Abi from source on RH7.0 so the --with-libiconv=peer may not be necessary... If you feel like compiling from source, I suggest you try diving make, i.e. skip the autogen.sh & configure steps and just do: make prefix=/usr or, if the problem persists, make prefix=/usr ABI_REQUIRE_PEER_ICONV=1 Regards, Frank ps. If any of this works and you want to try a GNOME build, get back in touch... Francis James Franklin [EMAIL PROTECTED] "No, she really likes me. She told me I look like Britney Spears, and why would you say that to somebody you don't like?" --- Elle Woods ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body. ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
