Re: Gettext problems



Spud wrote:
> 
> Just today I reinstalled Linux and started from scratch. After compiling
> kernel 2.2.4 and booting from it, I tried to install gettext 0.10.35. It
> configures fine, but upon doing 'make', i get the following errors. I have
> never seen these before:
> 
> In file included from /usr/include/linux/types.h:4,
>                 from /usr/include/sys/types.h:4,
>                  from system.h:30,
> from fstrcmp.c:51:
> /usr/include/linux/posix_types.h:54: asm/posix_types.h: No such file or
> directory
> In file included from /usr/include/sys/types.h:4,
>                  from system.h:30,
>                  from fstrcmp.c:51
> /usr/include/linux/types.h:5: asm/types.h: No such file or directory
> make[2]: *** [fstrcmp.o] Error 1
> make[2]: Leaving directory `/var/tmp/gettext-0.10.35/lib'
> make[1]: *** [all-recursive] Error 2
> make[1]: Leaving directory `/var/tmp/gettext-0.10.35'
> make: *** [all-recursive-am] Error 2
> 
>     I assume this is something to do with the kernel include files? Can
> someone help?

cd /usr/include
rm -rf asm linux scsi
ln -s /usr/src/linux/include/asm-i386 asm
ln -s /usr/src/linux/include/linux linux
ln -s /usr/src/linux/include/scsi scsi

that should fix it

-- 
----------------------------------------------------------------
Linux - Phear The Penguin!
----------------------------------------------------------------
Tagline for Sunday, March 28, 1999

I like to think of myself as a divide overflow.

LinuxTaRT version 2.27
----------------------------------------------------------------
http://www.crewq.com/licq/qlicq.html  Licq Skins
----------------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]