[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] windres.exe failure on MinGW - build 1.12
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] windres.exe failure on MinGW - build 1.12 |
Date: |
Thu, 31 Jul 2008 11:52:21 +0200 |
User-agent: |
KMail/1.5.4 |
Hi Jake,
> While 1.11 compiled cleanly as is, I am having trouble
> building 1.12 into a static library on 32-bit WinXP
> Pro + SP3 + MinGW-5.1.4/MSYS-1.0.10:
>
> ./configure --enable-static=yes --enable-shared=no \
> --enable-relocatable --enable-extra-encodings \
> && make
>
> make[1]: Entering directory `/pgx/build_win/libiconv.build/lib'
> windres `/bin/sh ../../../libiconv-1.12/lib/../windows/windres-options
> --escape
> 1.12` -i ../../../libiconv-1.12/lib/../windows/libiconv.rc -o libiconv.res
> --output-format=coff
> sed: -e expression #2, char 32: Extra characters after command
> sed: -e expression #2, char 55: Extra characters after command
> sed: -e expression #2, char 78: Extra characters after command
> c:\MinGW\bin\windres.exe:
> ../../../libiconv-1.12/lib/../windows/libiconv.rc:6:
> syntax error
Yes, the windres-options file was tested to work with GNU sed version 4,
but not with the GNU sed version 3.02 that ships with MSYS. You get the
corrected file from the libiconv CVS. Also attached here, for your convenience.
Bruno
windres-options
Description: application/shellscript