PACKAGE NAME ------------ neko_libiconv SOURCE/VERSION -------------- libiconv-1.14 / 5 IRIX/MIPSPRO VERSION -------------------- 6.5.22m / 7.4.4m CONFIGURE FLAGS --------------- setenv CC cc setenv CFLAGS "-O2 -n32 -mips4" ./configure --disable-rpath --enable-static --enable-shared --prefix=/usr/nekoware make make install for mips3 change CFLAGS into: setenv CFLAGS "-O2 -n32 -mips3" KNOWN DEPENDENCIES ------------------ neko_gettext.sw.lib 10 maxint There is a circular dependency build with gettext: build libiconv, then gettext and then libiconv again. This is to make sure the iconv binary gets the libintl.so dependency and creates the libiconv.mo localization language files. ERRORS/MISCELLANEOUS -------------------- This package has dual support for both mips3 and mips4 architecture, controlled by the mach(CPUARCH=R4000) switch for libraries and executables. I've build this library without RPATH support because it's evil and it screws up mips3 builds in /usr/nekoware3 for creating a double binary package. There is also a switch to enable relocatable binaries and DSO's but this triggers a linker bug since the relocatable library needed is not incuded in the linker dependency. There is a patch for it, but since it's mainly targeted at embedded systems and android builds i'm not gonna include it. PACKAGED BY ----------- S/N VER PORTER ------------------------------------- 2 0.9.2 Pete Plank 3 0.11 Georg Bege (therion@ninth-art.de) 4 0.14 Christoph Bayer (chrbayer@web.de) 5 0.14 Frank Everdij (dexter1)