Configuration Information [Automatically generated, do not change]:
uname output: SunOS silver 5.5.1 Generic_103640-38 sun4u sparc SUNW,Ultra-5_10
Compiler: gcc
Compilation CFLAGS: -g -O2 -Wall -Wno-implicit-int
prefix: /u/phippst/sunos

FVWM Version:   2.5.1
FVWM_MODULEDIR: /u/phippst/sunos/libexec/fvwm/2.5.0
FVWM_DATADIR:   /u/phippst/sunos/share/fvwm
FVWM_USERDIR:   /u/phippst/.fvwm

Description:
        On Solaris 2.5.1 iconv support is pants. I downloaded libiconv,
        compiled and installed. Now I can't get fvwm to compile.

Repeat-By:
        Any of
        ./configure
        ./configure --with-iconv-library=/u/phippst/sunos/lib
        ./configure --with-iconv-library=/u/phippst/sunos/lib/libiconv.so
        
        All result in:
        ewmh_names.c:56: #error libiconv not in use but included iconv.h is 
from libiconv
        
        I think this is because I have an iconv.h on my include path,
        put there by libiconv but ./configure is detecting the Solaris
        iconv and not looking at --with-iconv-library
Fix:
        Make ./configure take note of the --with-iconv-library and try
        to use -liconv in it's test compilation before it tries the
        system iconv. I think this would be best since not many people
        would install a libiconv if they didn't need it.
        
        Maybe trying libiconv first would be best, it's not likely to
        be worse than the system iconv.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to