Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3ADAFFB6.CE3A5927@ece.gatech.edu> Date: Mon, 16 Apr 2001 10:20:38 -0400 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Eugene Ciloci CC: cygwin AT cygwin DOT com Subject: Re: Problems compiling IceWM References: <002301c0c64e$23c64900$ea15e540 AT smith> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit It looks like Icewm source distro contains its own gettext.h header. So, you're using that, but linking to the libintl provided with cygwin. Solution: copy /usr/include/gettext.h on top of the local one in the Icewm source distro. Recompile. --Chuck Eugene Ciloci wrote: > > When trying to compile Icewm-1.0.7 under Cygwin I get the following error: > > make[1]: Entering directory `/cygdrive/c/Misc/ICEWM-~1.7/src' > Linking genpref... > genpref.o(.text+0x34b4): undefined reference to `_imp__gettext' > genpref.o(.text+0x34cf): undefined reference to `_imp__gettext' > collect2: ld returned 1 exit status > make[1]: *** [genpref] Error 1 > make[1]: Leaving directory `/cygdrive/c/Misc/ICEWM-~1.7/src' > make: *** [base] Error 2 > > I have the gettext package installed. Any suggestions? > > Thanks. > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple