----- Original Message ----- 
From: "Hans (Req man)"

>I am trying to compile the Gnu Diction-1.09 package. I am using the
> instructions from http://gnuwin32.sourceforge.net/compile.html, with
> Cygwin, and using current versions. configure creates a Makefile, and
...
> gcc -mno-cygwin -c -I d:\gnuwin32\include -I d:\gnuwin32\include\glibc
..
> This compilation fails for all 3 programs in the same way. Some points I

It is not necessary to include headers from glibc. In fact, they seem to be 
the main reason for the compile failures.
I've tried to compile diction (1.10), and it appeared that the only extras 
were:

- a regular expression library, such as pcre,
- misc.c: remove the line #include <pwd.h>
- misc.h: add the line #define _POSIX_PATH_MAX MAX_PATH
- rundiction.in: replace /dev/null by NUL

As to why configure doesn't recognize the need for NLS, did you install 
libintl and libiconv?

If you wish I can make the package available on Gnuwin32.

Kees Zeelenberg



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to