[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Win32] Can't build a dynamic libidn-1.12 library with MinGW in MSYS she
From: |
Sisyphus |
Subject: |
[Win32] Can't build a dynamic libidn-1.12 library with MinGW in MSYS shell. |
Date: |
Mon, 9 Feb 2009 16:08:58 +1100 |
Hi,
There's no problem building a static lib, but trying to build a dynamic lib
terminates with the following error during the 'make' stage:
######################################
Making all in src
make[2]: Entering directory `/c/_32/comp/libidn-1.12/src'
gengetopt --unamed-opts --no-handle-version --no-handle-help \
--set-package="idn" \
--input idn.ggo Makefile.am --file-name idn_cmd || \
test -f idn_cmd.h -a -f idn_cmd.c || \
cp ./idn_cmd.h ./idn_cmd.h .
/bin/sh: gengetopt: command not found
cp: cannot stat `./idn_cmd.h': No such file or directory
cp: cannot stat `./idn_cmd.h': No such file or directory
make[2]: *** [idn_cmd.c] Error 1
make[2]: Leaving directory `/c/_32/comp/libidn-1.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/_32/comp/libidn-1.12'
make: *** [all] Error 2
######################################
The configure command I ran was:
$ ./configure --disable-static --enable-shared
LDFLAGS=-L/c/_32/iconv_dyn/lib
CPPFLAGS=-I/c/_32/iconv_dyn/include --prefix=/c/_32/idn_dyn && make.
I've attached the config.log for the attempted build.
I'm using the MinGW port of gcc-3.4.5 and I get the same problem on both
Windows Vista and Windows XP.
Cheers,
Rob
config.log
Description: Binary data
- [Win32] Can't build a dynamic libidn-1.12 library with MinGW in MSYS shell.,
Sisyphus <=