Re: [E-devel] E17 on Linux ppc

2003-01-11 Thread Mike Frysinger
On Saturday 11 January 2003 09:48, Nathan Ingersoll wrote: > Don't install esmall, it's not used by anything else. Otherwise, if you > follow the build directions on the "cvs notes" page, everything should work > just as well as on x86. the point wasnt just to get E17 working, but to build it all

Re: [E-devel] E17 on Linux ppc

2003-01-11 Thread Nathan Ingersoll
On Sat, Jan 11, 2003 at 01:56:50AM -0500, Mike Frysinger wrote: > down in esmall you'll find 2 files that make reference to 'sys/io.h' ... > sc1.c @ line 10 > sc5.c @ line 8 > the powerpc version of glibc does not install sys/io.h, but an asm/io.h does > exist ... > after changing these 2 files to

[E-devel] E17 on Linux ppc

2003-01-10 Thread Mike Frysinger
down in esmall you'll find 2 files that make reference to 'sys/io.h' ... sc1.c @ line 10 sc5.c @ line 8 the powerpc version of glibc does not install sys/io.h, but an asm/io.h does exist ... after changing these 2 files to reflect 'asm/io.h', compiliation resumed and finished up without problems.