Hello ,
I am facing problem while installing MDK in windows 2000 professional and cygwin 1.5.13.
 
I have used glib-dev-2.7.6,glib-2.7.6,mdk-1.2,flex-2.5.4. Please see the log attached with the mail. It is not getting
 
I am able to configure flex-2.5.4.
 
But while installing  mdk i am getting following error.

------------------------------------------

No package 'glib-2.0' found

configure: error: Library requirements (glib-2.0 >= 2.0) not met; consider adjus
ting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstan
dard prefix so pkg-config can find them.

----------------------------------------------------------------

Anybody can please help to solve this issue.

Regards

Subrata

tyugfh-o8gg5qqz[1]:~>cd D:/dump/MIXASM/MIXINSTALL/GNUFlex/flex-2.5.4
tyugfh-o8gg5qqz[1]:/cygdrive/d/dump/MIXASM/MIXINSTALL/GNUFlex/flex-2.5.4>config
ure
loading cache ./config.cache
checking whether ln -s works... (cached) yes
checking for bison... (cached) bison -y
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets $MAKE... (cached) yes
checking for working const... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
tyugfh-o8gg5qqz[1]:/cygdrive/d/dump/MIXASM/MIXINSTALL/GNUFlex/flex-2.5.4>

--------------------------------------------------------------------------------
> /* Wrapper routines for accessing the scanner's malloc routines. */
>
> void *flex_alloc( size )
> size_t size;
>       {
>       return (void *) malloc( size );
>       }
>
> void *flex_realloc( ptr, size )
> void *ptr;
> size_t size;
>       {
>       return (void *) realloc( ptr, size );
>       }
>
> void flex_free( ptr )
> void *ptr;
>       {
>       if ( ptr )
>               free( ptr );
>       }
make: *** [check] Error 1
tyugfh-o8gg5qqz[1]:/cygdrive/d/dump/MIXASM/MIXINSTALL/GNUFlex/ >make c
heck
--------------------------------------------------------------------------------
tyugfh-o8gg5qqz[1]:/cygdrive/d/dump/MIXASM/MIXINSTALL/GNUFlex/flex-2.5.4>make i
nstall
/bin/sh ./mkinstalldirs \
  /usr/local/bin /usr/local/lib /usr/local/include /usr/local/man/man1
rm -f /usr/local/man/man1/flexdoc.1
/usr/bin/install -c -m 644 ./flex.1 /usr/local/man/man1/flex.1
/usr/bin/install -c flex /usr/local/bin/flex
cd /usr/local/bin && ln -s flex flex++
/usr/bin/install -c -m 644 libfl.a /usr/local/lib/libfl.a
cd /usr/local/lib && ranlib libfl.a
/usr/bin/install -c -m 644 ./FlexLexer.h /usr/local/include/FlexLexer.h
tyugfh-o8gg5qqz[1]:/cygdrive/d/dump/MIXASM/MIXINSTALL/GNUFlex/flex-2.5.4>

--------------------------------------------------------------------------------
tyugfh-o8gg5qqz[1]:/cygdrive/d/dump/MIXASM/MIXINSTALL/MDK/mdk-1.2>configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for ranlib... ranlib
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... no
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for fwprintf... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... no
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesle
ft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking for intltool >= 0.30... 0.31.1 found
checking for perl... /usr/bin/perl
checking for initscr in -lncurses... yes
checking for readline in -lreadline... yes
checking for add_history in -lhistory... yes
checking for rl_completion_matches... yes
checking for Guile... ./configure: line 12273: guile-config: command not found
no
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.0... gnome-config: not found
gnome-config: not found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found

configure: error: Library requirements (glib-2.0 >= 2.0) not met; consider adjus
ting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstan
dard prefix so pkg-config can find them.
--------------------------------------------------------------------------------
-----------------------------------------------------------------------------
_______________________________________________
bug-mdk mailing list
bug-mdk@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-mdk

Reply via email to