On Tue, 2007-05-01 at 19:50 -0400, Jeffrey Wong wrote: > Hello, > I am trying to do an OFED 2.1 install for all the modules now. > I was able to compile and install the Basic install and now I am > trying to install the all selection part. > When I try to install with this selection I am getting an error when > compiling the libsdp directory. > > It looks like since I don’t have the 32 bit compiler, the build is > failing. > Is there a workaround to only compile the 64 bit version? > I added into the build_env.sh > build_32bit=0 to build the Basic install but it doesn’t seem to apply > to the libsdp when I try use the other selection of installing all. > > > Thanks in advance. > > Jeff >
Hi, Try the latest OFED-1.2 from http://www.openfabrics.org/builds/ofed-1.2/ It should be fixed there. Note, you don't have to edit build_env.sh to change the value of build_32bit variable. It is enough to run 'export build_32bit=0' and then run install. -- Vladimir Sokolovsky <[EMAIL PROTECTED]> Mellanox Technologies Ltd. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
