diff -Naurp gnome-applets-1.4.1/configure gnome-applets-1.4.1-cygwin/configure --- gnome-applets-1.4.1/configure 2002-10-21 22:22:28.000000000 +0100 +++ gnome-applets-1.4.1-cygwin/configure 2002-11-20 20:03:28.000000000 +0000 @@ -3685,7 +3685,8 @@ EOF else $CC -o impgen impgen.c ; fi)~ $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' - old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib' +# old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib' +old_archive_from_expsyms_cmds= # cygwin and mingw dlls have different entry points and sets of symbols # to exclude. @@ -5382,7 +5383,8 @@ old_postuninstall_cmds=$lt_old_postunins old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. -old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds +#old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds +old_archive_from_expsyms_cmds= # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds diff -Naurp gnome-applets-1.4.1/gweather/weather.c gnome-applets-1.4.1-cygwin/gweather/weather.c --- gnome-applets-1.4.1/gweather/weather.c 2002-08-14 20:57:33.000000000 +0100 +++ gnome-applets-1.4.1-cygwin/gweather/weather.c 2002-11-20 20:03:28.000000000 +0000 @@ -21,7 +21,7 @@ #include #include -#ifdef __FreeBSD__ +#if defined ( __FreeBSD__ ) || defined ( __CYGWIN__ ) #include #endif #include diff -Naurp gnome-applets-1.4.1/whereami/Makefile.in gnome-applets-1.4.1-cygwin/whereami/Makefile.in --- gnome-applets-1.4.1/whereami/Makefile.in 2002-10-21 23:21:31.000000000 +0100 +++ gnome-applets-1.4.1-cygwin/whereami/Makefile.in 2002-11-20 20:03:28.000000000 +0000 @@ -175,7 +175,7 @@ l = @l@ SUBDIRS = docs -INCLUDES = $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" +INCLUDES = $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(prefix)/include bin_PROGRAMS = whereami_applet