Hi, If the -m32 is really necessary (are you on a 64-bit architecture?), try putting it in DefaultGcc2i386Opt or DefaultGcc2i386Opt, otherwise you can drop it completely. I think what's happening now is that imake looks for a binary called "cpp -m32". Same goes for "gcc -m32".
Felix On Mon, 27 Jan 2003 17:02:55 +1000 Chris Ison <[EMAIL PROTECTED]> wrote: > I'm having trouble getting "make World" happening in current DRI cvs. > > ./config/imake/imake does exists, and the error is unclear as to whats > missing > > > make[2]: Leaving directory `/usr/src/dri/xc/xc/config/imake' > make -w xmakefile > make[2]: Entering directory `/usr/src/dri/xc/xc' > rm -f xmakefile > ./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=. -DCURDIR=. > ./config/imake/imake: No such file or directory > ./config/imake/imake: Cannot exec cpp -m32. > Stop. > > > my host.def file -> > > /* > * Set this for each DRI branch. It will be appended to the XFree86 > version > * information. > */ > #define XFree86CustomVersion "DRI trunk" > > #define LinuxDistribution LinuxDebian > #define CcCmd gcc -m32 > #define CppCmd cpp -m32 > #define CplusplusCmd g++ > #define LdPreLib -L$(BUILDLIBDIR) -L$(USRLIBDIR) -L/usr/X11R6/lib/ > > #define DefaultGcc2i386Opt -O2 -march=pentium-mmx > > #define BuildXFree86ConfigTools YES > > #define XF86CardDrivers ati vga > #define DriDrivers r200 > > #define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \ > -Wmissing-prototypes -Wmissing-declarations \ > -Wnested-externs > > #define DefaultCCOptions -ansi GccWarningOptions -pipe -g > #define NormalLibGlx NO > > #define BuildXF86DRI YES > #define BuildXF86DRM YES > #define HasAgpGart NO > #define HasPAM NO > #define HasMTRRSupport NO > #define HasMMXSupport YES > #define HasSSESupport NO > #define Has3DNowSupport NO > #define MesaUse3DNow NO > #define MesaUseSSE NO > #define MesaUseMMX YES > #define HasLinuxInput YES > #define HasKatmaiSupport NO > #define MesaUseKatmai NO > #define HasGlide3 NO > #define HasGnuMake YES > > #define XF86AFB NO > > #define XnestServer NO > #define XVirtualFramebufferServer NO > > /* > * Don't change anything below or the build will fail. > */ > #define BuildServersOnly YES > #define BuildXvLibrary YES > #define BuildXvMCLibrary YES > #define BuildLibrariesForXServers NO > #define BuildLibrariesForConfigTools NO > #define BuildXIE NO > #define BuildPexExt NO > #define XprtServer NO > #define SharedLibFont NO > #define XInputDrivers mouse > #if DoLoadableServer > #undef XF1Bpp > #undef XF4Bpp > #define XF1Bpp NO > #define XF4Bpp NO > #endif > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dri-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dri-devel > > __\|/__ ___ ___ ___ __Tsch��_______\_6 6_/___/__ \___/__ \___/___\___You can do anything,___ _____Felix_______\�/\ \_____\ \_____\ \______U___just not everything____ [EMAIL PROTECTED] >o<__/ \___/ \___/ at the same time! ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
