This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems compiling IceWM


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]